read_au_ici | R Documentation |
This function reads-in and automatically cleans the Australia Industrial Chemicals Inventory.
read_au_ici(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 Australia Industrial Chemicals Inventory.
Returns a data frame.
Tested with the 10 February 2022 version.
Raoul Wolf (https://github.com/RaoulWolf/)
## Not run: download.file( url = paste( "https://www.industrialchemicals.gov.au/sites/default/files/2022-03", paste( "Full%20list%20of%20chemicals%20on%20the%20Inventory%20", "%2010%20February%202022.XLSX", sep = "-" ), sep = "/" ), destfile = paste( "Full list of chemicals on the Inventory", "10 February 2022.xlsx", sep = " - " ) ) path <- "Full list of chemicals on the Inventory - 10 February 2022.xlsx" ici <- read_au_ici(path) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.