View source: R/read_cn_iecsc.R
read_cn_iecsc | R Documentation |
This function reads-in and automatically cleans the Chinese Inventory of Existing Chemical Substances and Chemicals data set.
read_cn_iecsc(path)
path |
(Character) The path to the PDF file. |
The function reads-in and cleans the Chinese Inventory of Existing Chemical Substances and Chemicals data set into long flat format.
Returns a data frame.
Tested with the 2013 PDF.
Raoul Wolf (https://github.com/RaoulWolf/)
## Not run: path <- "2013.pdf" cn_iecsc <- read_cn_iecsc(path) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.