DataSourceRDS | R Documentation |
This class defines a DataSource using a RDS file.
ranalyse::Node
-> ranalyse::DataSource
-> DataSourceRDS
new()
DataSourceRDS$new(filepath, xVarName, variableDesc = NULL, nodeDesc = NULL)
filepath
string
xVarName
string Variable name for x values. If column does not exists in data natural numbers are assumed.
variableDesc
sets::tuple A tuple of variable names with descriptions. E.g. sets::tuple(name = "varName", desc = "varirable Description")
nodeDesc
string Description for Node in Graph
clone()
The objects of this class are cloneable with this method.
DataSourceRDS$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.