Learn R Programming

EGRET (version 2.3.0)

saveResults: A utility program for saving the contents of the workspace

Description

This function saves the workspace. It assigns the file a name using the abbreviations for station and constituent.

Usage

saveResults(savePath, eList)

Arguments

savePath
character specifying the full pathname of the folder where the file is to be saved ending with the final slash
eList
named list with at least the INFO dataframe

Examples

Run this code
eList <- Choptank_eList
savePath <- "~/"
saveResults(savePath, eList)

#To load:
load(paste(savePath,"Chop.nitrogen.RData",sep=""))

Run the code above in your browser using DataLab