load_csv
Arguments
- data.path
character, file path to the .csv file
- format
list, config list containing
header, numeric for number of header rows in fileskip, numeric for skip argument of utils::read.csvna.strings, character vector for na.strings argument of utils::read.csv
- site
list, currently ignored
- vars
column names to return. If NULL, returns all columns