DataSource | R Documentation |
R6 class managing observed data in simulation sets
dataFile
file name of the observed dataset
metaDataFile
file name of the observed data dictionary
caption
displayed legend of the data in the report
descriptor
displayed data source descriptor in the report
new()
Create a new DataSource
object.
DataSource$new(dataFile, metaDataFile, caption = NULL)
dataFile
file name of the observed dataset
metaDataFile
file name of the observed data dictionary
caption
displayed legend of the data in the report
A new DataSource
object
getCaption()
Get the report caption that informs about the data source
DataSource$getCaption(workflowFolder = NULL)
workflowFolder
Path of workflow folder
A character string
getRelativeDataPath()
Get the relative data path compared to workflow folder
DataSource$getRelativeDataPath(workflowFolder)
workflowFolder
Path of workflow folder
A character string
clone()
The objects of this class are cloneable with this method.
DataSource$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.