msds_download_data: Check for, and download MSDS data

View source: R/msds_download_data.R

msds_download_dataR Documentation

Check for, and download MSDS data

Description

Check for, and download MSDS data

Usage

msds_download_data(destination = "data/msds_download")

Arguments

destination

Character. The filepath where downloads will be saved

Examples

## Not run: 
# download data to the default directory path
msds_download_data()

# download data to a different (relative) directory path
msds_download_data(destination = "a/different/directory")

# download data to an absolute directory path, or network path
msds_download_data(destination = "C:/your/hard/drive/msds_data")
msds_download_data(destination = "//your/network/drive/msds_data")

## End(Not run)

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