Skip to contents

load_csv

Usage

load_csv(data.path, format, site, vars = NULL)

Arguments

data.path

character, file path to the .csv file

format

list, config list containing

  • header, numeric for number of header rows in file

  • skip, numeric for skip argument of utils::read.csv

  • na.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

Value

a data frame with the processed data of the .csv file

Author

Betsy Cowdery