read_kr_ncis: Read-In and Clean the South Korean National Chemical...

View source: R/read_kr_ncis.R

read_kr_ncisR Documentation

Read-In and Clean the South Korean National Chemical Information System Data Set

Description

This function reads-in and automatically cleans the South Korean National Chemical Information System (NCIS) data set.

Usage

read_kr_ncis(path, clean_non_ascii = FALSE)

Arguments

path

(Character) The path to the XLSX file.

clean_non_ascii

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

Details

The function reads-in and cleans the South Korean National Chemical Information System (NCIS) data set into long flat format.

Value

Returns a data frame.

Note

Tested with an XLSX retrieved on 3 May 2022.

Author(s)

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

Examples

## Not run: 
path <- "Chemical+Search_20220503055738.xlsx"

ncis <- read_kr_ncis(path)

## End(Not run)

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