DataSet: DataSet interface.

DataSetR Documentation

DataSet interface.

Description

This class defines a basis

Super class

ranalyse::Node -> DataSet

Methods

Public methods

Inherited methods

Method new()

Usage
DataSet$new(name, xVar, desc = NULL)

Method asDataFrame()

Usage
DataSet$asDataFrame()

Method addVariablesFromDataFrame()

Usage
DataSet$addVariablesFromDataFrame(df, columns = names(df))

Method addVariableFromData()

Usage
DataSet$addVariableFromData(name, data, varDesc = NULL)

Method addVariable()

Usage
DataSet$addVariable(var)

Method getVariable()

Usage
DataSet$getVariable(varName)

Method removeVariable()

Usage
DataSet$removeVariable(varName, stopIfExists = TRUE)

Method deleteVariable()

Usage
DataSet$deleteVariable(...)

Method preprocess()

Usage
DataSet$preprocess(preprocs)

Method clone()

The objects of this class are cloneable with this method.

Usage
DataSet$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


schnecki/ranalyse documentation built on Dec. 1, 2022, 8:57 p.m.