saveAQdata: Save and load aquap2 datasets

View source: R/prep_importData.r

saveAQdataR Documentation

Save and load aquap2 datasets

Description

Save and load the standard aquap2 dataset (class "aquap_data") to / from the 'R-data' folder.

Usage

saveAQdata(dataset, md = getmd(), verbose = TRUE)

loadAQdata(md = getmd(), verbose = TRUE)

Arguments

dataset

An object of class 'aquap_data'

md

List. The object with the metadat of the experiment. The default is to get the metadata file via getmd.

verbose

Logical, if messages should be displayed.

Details

From the provided metadata the experiment name is extracted.

  • saveAQdata The dataset is saved under the same name as the experiment name.

  • laodAQdata The file having the same name as the experiment name is being loaded.

Value

loadData

See Also

getFullData

Other Helper Functions: ap2_settings_setup(), ap2dme(), export_ap2_ToXlsx(), export_header_toXls(), genFolderStr(), genNoiseRecExp(), genTempCalibExp(), getcd(), getcm(), getstn(), printStdColnames(), reColor(), siWlg(), updateSettings()

Examples

## Not run: 
saveAQdata(dataset)
loadAQdata()
saveAQdata(dataset, getmd(expName="FooBar")) # save under the name 'FooBar'

## End(Not run)

bpollner/aquap2 documentation built on March 29, 2024, 7:33 a.m.