read_us_cdr: Read-In and Clean the United States Chemical Data Reporting...

View source: R/read_us_cdr.R

read_us_cdrR Documentation

Read-In and Clean the United States Chemical Data Reporting Inventory

Description

This function reads-in and automatically cleans the United States Chemical Data Reporting inventory.

Usage

read_us_cdr(path)

Arguments

path

(Character) The path to the CSV file.

Details

The function reads-in and cleans the United States Chemical Data Reporting inventory.

Value

Returns a data frame.

Author(s)

Raoul Wolf (https://github.com/RaoulWolf/)

Examples

## Not run: 
path <- "2020 CDR Consumer and Commercial Use.csv"

cdr <- read_us_cdr(path)

## End(Not run)

RaoulWolf/cleanventory documentation built on Sept. 15, 2022, 4:25 a.m.