Skip to contents

This function loads the data from the saved .ffData and .RData files, and prepares the data to subsequent analysis.

Usage

envDataLoad(filename = stop("'filename' must be given!"), dir.in = ".")

Arguments

filename

The base of the filenames; i.e. if the data is saved in "my_data_env.ffData" and "my_data_env.RData", then the 'filename' should be "my_data".

dir.in

The path to the directory where files were saved (defaults to the current directory).

Value

A list of ffdf objects with the environmental data in numeric format.