DataRepository | R Documentation |
An object typically holding observed data
rSharp::NetObject
-> ospsuite::DotNetWrapper
-> DataRepository
name
The name of the object.
baseGrid
Returns the base column for the data repository (typically time column).
columns
Returns all columns (including baseGrid) defined in the data repository.
allButBaseGrid
Returns all columns excluding baseGrid defined on the data repository.
metaData
Returns a named list of meta data defined for the data repository. where the name is the name of the metaData and the value is the meta data value.
rSharp::NetObject$call()
rSharp::NetObject$finalize()
rSharp::NetObject$get()
rSharp::NetObject$getFields()
rSharp::NetObject$getMemberSignature()
rSharp::NetObject$getMethods()
rSharp::NetObject$getProperties()
rSharp::NetObject$getStaticFields()
rSharp::NetObject$getStaticMethods()
rSharp::NetObject$getStaticProperties()
rSharp::NetObject$set()
addColumn()
Adds a column to the data repository
DataRepository$addColumn(column)
column
Column to add
new()
Initialize a new instance of the class
DataRepository$new(netObj = NULL)
netObj
Optional NetObject
to the pointer of the underlying DataRepository
.
If it is not provided, a new instance will be created
A new DataRepository
object.
print()
Print the object to the console
DataRepository$print(...)
...
Rest arguments.
addMetaData()
Adds a new entry to meta data list or changes its value if the name is already present.
DataRepository$addMetaData(name, value)
name
Name of new meta data list entry
value
Value of new meta data list entry
removeMetaData()
Removes the meta data entry in the list if one is defined with this name
DataRepository$removeMetaData(name)
name
Name of meta data entry to delete
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.