Learn R Programming

MetaboAnalystR (version 2.0.0)

RegisterData: Register data in R

Description

When there are multiple datasets, record their name and save the inputted data as a .RDS file to save memory. Note, the memory will only contain one mSetObj$dataSet object. By default the last one will be the most recent/current dataSet object. Users can switch which data to load into memory.

Usage

RegisterData(mSetObj = NA, dataSet)

Arguments

mSetObj

Input name of the created mSet Object

dataSet

Input dataset to be registered in R.