Read csv files and combine them into a single data.frame
Source:R/Read_ESAS_Tables.R
Read_ESAS_Tables.Rd
Read 4 csv files (CAMPAIGNS, SAMPLES, POSITIONS, OBSERVATIONS) and combine them into a list of data.frames.
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".