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