read_kr_ncis | R Documentation |
This function reads-in and automatically cleans the South Korean National Chemical Information System (NCIS) data set.
read_kr_ncis(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 |
The function reads-in and cleans the South Korean National Chemical Information System (NCIS) data set into long flat format.
Returns a data frame.
Tested with an XLSX retrieved on 3 May 2022.
Raoul Wolf (https://github.com/RaoulWolf/)
## Not run: path <- "Chemical+Search_20220503055738.xlsx" ncis <- read_kr_ncis(path) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.