staRdom (version 1.1.28)

eem_import_dir: Load all eemlist obects saved in different Rdata or RDa files in a folder.

Description

Reads Rdata and RDa files with one eemlist each. The eemlists are combined into one and returned.

Usage

eem_import_dir(dir, verbose = FALSE)

Value

eemlist

Arguments

dir

folder where RData files are saved

verbose

logical, set TRUE to show more information during import

Examples

Run this code
if (FALSE) {
# due to package size issues no example data is provided for this function
# eem_import_dir("C:/some_folder/with_EEMS/only_Rdata_files")
}

Run the code above in your browser using DataLab