read_cn_iecsc: Read-In and Clean the Chinese Inventory of Existing Chemical...

View source: R/read_cn_iecsc.R

read_cn_iecscR Documentation

Read-In and Clean the Chinese Inventory of Existing Chemical Substances and Chemicals

Description

This function reads-in and automatically cleans the Chinese Inventory of Existing Chemical Substances and Chemicals data set.

Usage

read_cn_iecsc(path)

Arguments

path

(Character) The path to the PDF file.

Details

The function reads-in and cleans the Chinese Inventory of Existing Chemical Substances and Chemicals data set into long flat format.

Value

Returns a data frame.

Note

Tested with the 2013 PDF.

Author(s)

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

Examples

## Not run: 
path <- "2013.pdf"

cn_iecsc <- read_cn_iecsc(path)

## End(Not run)

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