Learn R Programming

mrbin (version 1.4.2)

getEnv: A function for saving the package environment.

Description

This function returns a list of all objects of the current package environment. This may be helpful for debugging or for accessing NMR spectral data and the raw bin data.

Usage

getEnv()

Arguments

Value

A list containing all objects from the local package environment.

Examples

Run this code
# NOT RUN {
tempList<-getEnv()
# }

Run the code above in your browser using DataLab