DataMapper-accessors | R Documentation |
DataMapper
object.Documentation for the various setters and getters which allow manipulation
of data in the slots of a DataMapper
object.
## S4 method for signature 'DataMapper'
rawdata(object)
## S4 replacement method for signature 'DataMapper,ANY'
rawdata(object) <- value
object |
A |
value |
A |
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.
rawdata: Set the raw data slot from a DataMapper
object.
value: The list
-like object to set for the rawdata slot. Note: this
currently only supports data.frame
or data.table
objects.
Accessors: See details
Setters: An update DataMapper
object, returned invisibly.
Other DataMapper-accessors:
LongTableDataMapper-accessors
,
TREDataMapper-accessors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.