read_eu_clp | R Documentation |
This function reads-in and automatically cleans the ECHA CLP Annex VI data set.
read_eu_clp(path, clean_non_ascii = FALSE)
path |
(Character) The path to the XLSX file. |
clean_non_ascii |
(Logical) Should the non-ASCII characters be
reasonably converted? Defaults to |
The function reads-in and cleans the ECHA CLP Annex VI data set into long flat format.
Returns a data frame.
Tested with "atp" versions 9, 10, 13, 14, 15, and 17.
Raoul Wolf (https://github.com/RaoulWolf/)
## Not run: download.file( url = paste0( "https://echa.europa.eu/documents/10162/17218/", "annex_vi_clp_table_atp17_en.xlsx/", "4dcec79c-f277-ed68-5e1b-d435900dbe34?t=1638888918944" ), destfile = "annex_vi_clp_table_atp17_en.xlsx" ) path <- "annex_vi_clp_table_atp17_en.xlsx" clp <- read_eu_clp(path) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.