Description Usage Arguments Value
Load audit files
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
)
|
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) |
audit data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.