Description Usage Arguments Details Value See Also
Reads event records, entity attributes, and computation specification data frames from a directory.
1 2 3 4 5 6 7 | ERTMonReadDataFromDirectory(
ertObj,
directoryName,
readCompSpecQ = TRUE,
progressObject = NULL,
echoStepsQ = FALSE
)
|
ertObj |
An ERTMon object. |
directoryName |
A directory name. |
progressObject |
An object to use for a progress gauge. |
echoStepsQ |
Should the computational steps be proclaimed? |
compSpec |
A computation specification data frame; if NULL it is read from the directory. |
The specified directory is expected to have the files
eventRecords.csv
, entityAttributes.csv
, and computationSpecification.csv
.
An ERTMon object.
Other Data ingestion functions:
ERTMonReadComputationSpecification()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.