msds_tidy_dq: Combine and tidy data quality data

View source: R/msds_tidy_dq.R

msds_tidy_dqR Documentation

Combine and tidy data quality data

Description

Combine and tidy data quality data

Usage

msds_tidy_dq(data_path = "data/msds_download")

Arguments

data_path

Character string defining the path to the parent data folder

Value

A dataframe of data quality data

Examples

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

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

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

## End(Not run)

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