View source: R/ops_data_prep.R
ops_data_prep | R Documentation |
Prepares the raw OPS data so it is ready to be processed.
ops_data_prep( my.dir = getwd(), conf.loc = NULL, csv.outputs = paste0(my.dir, "/data/outputs"), rda.outputs = paste0(my.dir, "/data/rdata"), save.output = TRUE, DataBase = TRUE )
my.dir |
character |
csv.outputs |
character |
rda.outputs |
character |
save.output |
boolean |
DataBase |
boolean |
ops.data |
character |
ops.details |
character |
ops.thresholds |
character |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.