read_my_cims | R Documentation |
This function reads-in and automatically cleans the Malaysia Chemical Information Management System (CIMS) inventory.
read_my_cims(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 United States Chemical Data Reporting inventory.
Returns a data frame.
Raoul Wolf (https://github.com/RaoulWolf/)
## Not run: path <- "cims.csv" cims <- read_my_cims(path) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.