msds_tidy_data: Combine and tidy data files

View source: R/msds_tidy_data.R

msds_tidy_dataR Documentation

Combine and tidy data files

Description

Combine and tidy data files

Usage

msds_tidy_data(data_path = "data/msds_download")

Arguments

data_path

Character string defining the path to the parent data folder

Value

A data frame of data

Examples

## Not run: 
# read data from the default directory path
msds_tidy_data()

# read data from a different (relative) directory path
msds_tidy_data(data_path = "a/different/relative/directory")

# read data from an absolute directory path, or network path
msds_tidy_data(data_path = "C:/your/hard/drive/msds_data")

## End(Not run)

ThomUK/MSDSpipeline documentation built on Oct. 31, 2022, 7:58 a.m.