Learn R Programming

elementR (version 1.3.7)

elementR_project: Object elementR_project

Description

The R6Class object elementR_project contains all the information needed for running an elementR session

Usage

elementR_project

Arguments

Format

An R6Class generator object

Fields

Methods

Details

The elementR_project structure allows to organized data in a session framework, faciliting therefore numerous major functionalities: handling as many standard replicates as wanted, machine drift verification and correction, sample replicate realignment and averaging. Moreover, this object can be easily exported, allowing user to re-open it later for finishing or editing final results.

See Also

elementR_rep. elementR_data.

Examples

Run this code
# NOT RUN {
## create a new elementR_repStandard object based on the "filePath" 
## from a folder containing sample replicate

# filePath <- system.file("Example_Session", package="elementR")

# exampleProject <- elementR_project$new(filePath)

## Display the raw data 

# exampleProject$samplesFiles

# }

Run the code above in your browser using DataLab