eem_import_dir {staRdom}R Documentation

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)

Arguments

dir

folder where RData files are saved

verbose

logical, set TRUE to show more information during import

Value

eemlist

Examples

## Not run: 
# due to package size issues no example data is provided for this function
# eem_import_dir("C:/some_folder/with_EEMS/only_Rdata_files")

## End(Not run)

[Package staRdom version 1.1.28 Index]