Skip to contents

Read 4 csv files (CAMPAIGNS, SAMPLES, POSITIONS, OBSERVATIONS) and combine them into a list of data.frames.

Usage

Read_ESAS_Tables(path, file_encoding = "UTF-8")

Arguments

path

(Character.) Path to the directory containing 4 csv files as returned by the ESAS Data inventory. It should contain the files: "Campaigns.csv", "Samples.csv", "Positions.csv" and "Observations.csv".

file_encoding

(Character.) File encoding. Default is "UTF-8".

Value

A list of 4 data.frames: CAMPAIGNS, SAMPLES, POSITIONS, OBSERVATIONS.