getEnv {mrbin} | R 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()
[Package mrbin version 1.7.5 Index]