Learn R Programming

elementR (version 1.3.7)

elementR_data: Object elementR_data

Description

The R6Class object elementR_data contains the main information needed for the filtration of a single replicate (sample or standard).

Usage

elementR_data

Arguments

Format

An R6Class generator object

Fields

Methods

Details

When runElementR is running and as soon as a project is loaded, an elementR_data is automatically created for each replicate included in the session (standard and sample). Each of these objects contains the basic information regarding the considered replicate (name, path and raw data) and is filled by the intermediate and final data as user proceeds to the filtration procedure.

See Also

elementR_sample. elementR_standard.

Examples

Run this code
# NOT RUN {
## create a new elementR_data object based on the "filePath" 
## from a file containing data (accepted format of data: .csv, .ods, .xls, .xlsx)

filePath <- system.file("Example_Session/standards/Stand3.xls", package="elementR")

standard <- elementR_data$new(filePath)

## Display the raw data 

standard$data


# }

Run the code above in your browser using DataLab