Skip to contents

lifecycle-experimental

Mainly for internal use

Usage

csv_from_url_ga(url, remove_first_line = TRUE)

Arguments

url

url to a raw csv file

remove_first_line

(logical, default TRUE): Do we remove the first line from the csv file.

Value

a data.frame

Author

Adrien Taudière

Examples

carbon_intensity_internal <-
  csv_from_url_ga("https://raw.githubusercontent.com/GreenAlgorithms/green-algorithms-tool/refs/heads/master/data/v2.2/CI_aggregated.csv")