Parse all CNV files from a folder tree (all standard stations)
Source:R/ctd.R
read_cnv_folder_all.RdReads every .cnv file in a folder tree and matches stations against the standard monitoring station list (not just AlgAware stations). Use for CTD profile and time-series plots.
Arguments
- cnv_folder
Path to parent Cnv/ folder (searched recursively).
- station_mapper
Data frame from
load_station_mapper().- standard_stations
Data frame from
load_standard_stations().