View source: R/msds_tidy_measures.R
msds_tidy_measures | R Documentation |
Combine and tidy measures data files
msds_tidy_measures(data_path = "data/msds_download")
data_path |
Character string defining the path to the parent data folder |
A dataframe of measures data
## Not run: # read data from the default directory path msds_tidy_measures() # read data from a different (relative) directory path msds_tidy_measures(data_path = "a/different/relative/directory") # read data from an absolute directory path, or network path msds_tidy_measures(data_path = "C:/your/hard/drive/msds_data") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.