read_ca_dsl | R Documentation |
This function reads-in and automatically cleans the Canada Domestic Substance List.
read_ca_dsl(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 .xlsx file has to be manually downloaded from the following website:
* https://pollution-waste.canada.ca/substances-search/Substance?lang=en
Returns a data frame.
Raoul Wolf (https://github.com/RaoulWolf/)
## Not run: path <- "Domestic Substances List (DSL).xlsx" dsl <- read_ca_dsl(path) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.