load_audit: Load audit files

Description Usage Arguments Value

View source: R/load_audit.R

Description

Load audit files

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
load_audit(
  data,
  path.to.zip,
  path.to.unzip,
  copy.zip = TRUE,
  path.to.copy.zip,
  filter.column = "informed_consent",
  filter.on = "yes",
  uuid.column = "X_uuid",
  delete.unzipped = TRUE,
  days.ago.reported = 0
)

Arguments

data

data set

path.to.zip

where audit zip file is stored

copy.zip

logical whether or not to copy zip (logical = TRUE, yes copy zip)

path.to.copy.zip

where you want to copy zip (dropbox)

filter.column

column to filter data set (informed consent usually)

filter.on

filter value to remove

uuid.column

column contining unique identifier

delete.unzipped

logical- delete unzipped file (TRUE default= delete)

days.ago.reported

days since data was reported (default = 0)

Value

audit data


zackarno/butteR documentation built on May 8, 2021, 4:50 p.m.