read_xn_spin | R Documentation |
This function reads-in and automatically cleans the Substances in Preparations in Nordic Countries inventory.
read_xn_spin(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 |
This function reads-in and automatically cleans the Substances in Preparations in Nordic Countries inventory.
The file needs to be manually downloaded from the following URL: http://www.spin2000.net/spinmyphp/
Returns a data frame.
Raoul Wolf (https://github.com/RaoulWolf/)
## Not run: path <- "spin.tsv" spin <- read_xn_spin(path) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.