read_jp_cscl | R Documentation |
This function reads-in and automatically cleans the Japanese Chemical Substance Control Law inventory.
read_jp_cscl(path, clean_non_ascii = FALSE)
path |
(Character) The path to the TSV file. |
clean_non_ascii |
(Logical) Should the non-ASCII characters be
reasonably converted? Defaults to |
The three TSV files have to be manually downloaded from the following website:
* https://www.nite.go.jp/en/chem/chrip/chrip_search/sltLst
Returns a data frame.
Raoul Wolf (https://github.com/RaoulWolf/)
## Not run: path <- "Japan CSCL_ Existing Chemical Substances.tsv" cscl <- read_jp_cscl(path) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.