Description Usage Arguments Value Examples
View source: R/sms_functions.R
Import Groundwork QC Data CSVs without doing any variable tidying
1 | import_groundwork_files(sms_files)
|
sms_files |
A list of Groundwork CSVs to import |
A dataframe containing all of the raw onsite data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
## Get the files to import
sms_files <- paste0('data/Groundwork/', dir(path = "data/Groundwork/", pattern = "*.csv"))
## Import the files
groundwork_df <- import_groundwork_files(sms_files)
## Tidy the Dataframe
tidy_sms <- tidy_groundwork(groundwork_df)
## Flag the Dataframe
sms_flagged <- flag_sms(tidy_sms)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.