read_jp_cscl: Read-In and Clean the Japanese Chemical Substance Control Law...

View source: R/read_jp_cscl.R

read_jp_csclR Documentation

Read-In and Clean the Japanese Chemical Substance Control Law Inventory

Description

This function reads-in and automatically cleans the Japanese Chemical Substance Control Law inventory.

Usage

read_jp_cscl(path, clean_non_ascii = FALSE)

Arguments

path

(Character) The path to the TSV file.

clean_non_ascii

(Logical) Should the non-ASCII characters be reasonably converted? Defaults to FALSE.

Details

The three TSV files have to be manually downloaded from the following website:

* https://www.nite.go.jp/en/chem/chrip/chrip_search/sltLst

Value

Returns a data frame.

Author(s)

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

Examples

## Not run: 
path <- "Japan CSCL_ Existing Chemical Substances.tsv"

cscl <- read_jp_cscl(path)

## End(Not run)

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