Skip to contents

This function reads yearly data formatted as required by the DELTA tool, structured across multiple files. This format is only supported for monitoring data. Data structured in a single file can alternatively be imported using read_delta_yearly_file().

Usage

read_delta_yearly_dir(path, delim = ";", pattern = ".csv")

Arguments

path

A path to a directory of delimited files, formatted as requested by the DELTA tool.

delim

The delimited used to separate columns in the input files. The default, ;, is prescribed by the DELTA tool.

pattern

Passed to dir() to identify relevant files in path. Also used to clean the file names to attach site names to the data frames.

Value

a tibble