read_jp_nite | R Documentation |
This function reads-in and automatically cleans the Japanese NITE Chemical Management GHS Classification results.
read_jp_nite(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 |
This function reads-in and automatically cleans the Japanese NITE Chemical Management GHS Classification results.
Returns a data frame.
Tested with the March 2022 version; GHS classifications omitted.
Raoul Wolf (https://github.com/RaoulWolf/)
## Not run: download.file( url = "https://www.nite.go.jp/chem/english/ghs/files/list_all_e.xlsx", destfile = "list_all_e.xlsx" ) path <- "list_all_e" nite <- read_jp_nite(path) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.