DataSource | R Documentation |
This class defines a DataSource
.
ranalyse::Node
-> DataSource
new()
DataSource$new(xVarName, variableDesc = NULL, desc = NULL)
xVarName
character Name of x-column, must be inside variableDesc
.
variableDesc
sets::tuple A tuple of variable names with descriptions. E.g. sets::tuple(name = "varName", desc = "varirable Description")
param filterFun functionchar, vector, bool] Takes as input two parameters (name and data). Must return a TRUE if the variable should be included. E.g. function(n, dt) n != "person"
.
createDataSet()
DataSource$createDataSet(filterVarsFun = NULL)
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.