DataMapper-accessors {CoreGx}R Documentation

Accessing and modifying data in a DataMapper object.

Description

Documentation for the various setters and getters which allow manipulation of data in the slots of a DataMapper object.

Usage

## S4 method for signature 'DataMapper'
rawdata(object)

Arguments

object

A DataMapper object to get or set data from.

Details

rawdata: Get the raw data slot from a DataMapper object. Returns a list-like containing one or more raw data inputs to the DataMapper object.

Value

Accessors: See details

Setters: An update DataMapper object, returned invisibly.

See Also

Other DataMapper-accessors: LongTableDataMapper-accessors


[Package CoreGx version 1.4.2 Index]