import_groundwork_files: Import Groundwork Onsite Data

Description Usage Arguments Value Examples

View source: R/sms_functions.R

Description

Import Groundwork QC Data CSVs without doing any variable tidying

Usage

1

Arguments

sms_files

A list of Groundwork CSVs to import

Value

A dataframe containing all of the raw onsite data

Examples

 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)

btaute/powerResource documentation built on Sept. 4, 2020, 4:36 p.m.