ERTMonReadDataFromDirectory: Read data from a directory.

Description Usage Arguments Details Value See Also

View source: R/ERTMon.R

Description

Reads event records, entity attributes, and computation specification data frames from a directory.

Usage

1
2
3
4
5
6
7
ERTMonReadDataFromDirectory(
  ertObj,
  directoryName,
  readCompSpecQ = TRUE,
  progressObject = NULL,
  echoStepsQ = FALSE
)

Arguments

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.

Details

The specified directory is expected to have the files eventRecords.csv, entityAttributes.csv, and computationSpecification.csv.

Value

An ERTMon object.

See Also

Other Data ingestion functions: ERTMonReadComputationSpecification()


antononcube/ERTMon-R documentation built on Oct. 14, 2021, 2:27 p.m.