Learn R Programming

radiant.data (version 0.8.1)

store.data.frame: Store method for the Data > View tab

Description

Store method for the Data > View tab

Usage

# S3 method for data.frame
store(object, new = "", org = "",
  envir = parent.frame(), ...)

Arguments

object

Filtered data frame from the Data > View tab

new

Name of the new dataset

org

Name of the original data

envir

Environment to assign 'new' dataset (optional). Used if 'new' is specified but an r_data list is not available

...

further arguments passed to or from other methods

Details

Store data frame in Radiant r_data list if available