read_ph_iccs | R Documentation |
This function reads-in and automatically cleans the Philippines Inventory of Chemicals and Chemical Substances.
read_ph_iccs(path, clean_non_ascii = FALSE)
path |
(Character) The path to the |
clean_non_ascii |
(Logical) Should the non-ASCII characters be
reasonably converted? Defaults to |
This function reads-in and automatically cleans the Philippines Inventory of Chemicals and Chemical Substances.
Returns a data frame.
Tested with the 2017 version.
Raoul Wolf (https://github.com/RaoulWolf/)
## Not run: download.file( url = "https://chemical.emb.gov.ph/wp-content/uploads/2020/07/PICCS.2017.pdf", destfile = "PICCS.2017.pdf" ) path <- "PICCS.2017.pdf" piccs <- read_ph_iccs(path) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.