getEnv: A function for saving the package environment.

View source: R/mrbin.R

getEnvR Documentation

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()

Value

A list containing all objects from the local package environment.

Examples

tempList<-getEnv()

mrbin documentation built on April 11, 2023, 6:05 p.m.