read_rData: Read .rData files

Description Usage Arguments Details Value References Examples

View source: R/read_files.R

Description

Reads .rData files and stores it as a data.frame.

Usage

1
read_rData(data_in, data_dir, spat_col, dat_col, ...)

Arguments

data_in

Vector, containing the filename of the data to read.

...

additional parameters for reading .rData lines. (sep, dec, etc.). See documentation of read.table() for a detailed list of options.

input_dir

Vector, containing the directory of the file.

Details

missing

Value

Returns a data.frame, consisting of a time series (2 columns, time info and data).

References

Marvin Reich (2017), mreich@posteo.de

Examples

1

marcianito/hygra documentation built on Aug. 3, 2020, 7:47 p.m.