R/utils.R
csv_from_url_ga.Rd
Mainly for internal use
csv_from_url_ga(url, remove_first_line = TRUE)
url to a raw csv file
(logical, default TRUE): Do we remove the first line from the csv file.
a data.frame
Adrien Taudière
carbon_intensity_internal <- csv_from_url_ga("https://raw.githubusercontent.com/GreenAlgorithms/green-algorithms-tool/refs/heads/master/data/v2.2/CI_aggregated.csv")