read_my_cims: Read-In and Clean the Malaysia Chemical Information...

View source: R/read_my_cims.R

read_my_cimsR Documentation

Read-In and Clean the Malaysia Chemical Information Management System Inventory

Description

This function reads-in and automatically cleans the Malaysia Chemical Information Management System (CIMS) inventory.

Usage

read_my_cims(path, clean_non_ascii = FALSE)

Arguments

path

(Character) The path to the CSV file.

clean_non_ascii

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

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 <- "cims.csv"

cims <- read_my_cims(path)

## End(Not run)

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