read_us_cdr | R Documentation |
This function reads-in and automatically cleans the United States Chemical Data Reporting inventory.
read_us_cdr(path)
path |
(Character) The path to the CSV file. |
The function reads-in and cleans the United States Chemical Data Reporting inventory.
Returns a data frame.
Raoul Wolf (https://github.com/RaoulWolf/)
## Not run: path <- "2020 CDR Consumer and Commercial Use.csv" cdr <- read_us_cdr(path) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.