GetVariable: Get the CausataVariable for the named variable

Description Usage Arguments Value Author(s) See Also

Description

Returns the CausataVariable object for the given column in a CausataData object. The name passed in must match a column name in the CausataData$df data frame.

Usage

1
2
## S3 method for class 'CausataData'
GetVariable(this, r.name=NULL, ...)

Arguments

this

A CausataData object.

r.name

A column name in the CausataData$df data frame.

...

Unused extra arguments.

Value

The CausataVariable object for the given column, or NULL if there is no such column.

Author(s)

David Barker <support@causata.com>

See Also

CausataData, CausataVariable, CausataToRNames, RToCausataNames.


Causata documentation built on May 2, 2019, 3:26 a.m.

Related to GetVariable in Causata...