read_eu_eci | R Documentation |
This function reads-in and automatically cleans the ECHA EC data set.
read_eu_eci(path, clean_non_ascii = FALSE)
path |
(Character) The path to the CSV file. |
clean_non_ascii |
(Logical) Should the non-ASCII characters be
reasonably converted? Defaults to |
The function reads-in and cleans the ECHA EC data set into long flat format.
Returns a data frame.
Tested with the "version" of 2022-01-11.
Raoul Wolf (https://github.com/RaoulWolf/)
## Not run: download.file( url = paste0( "https://echa.europa.eu/documents/10162/17222/ec_inventory_en.csv/", "326d9adb-27ed-5460-a2da-4f651b81e4b3" ), destfile = "ec_inventory_en.csv" ) path <- "ec_inventory_en.csv" eci <- read_eu_eci(path) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.