from_csv: function to read data in csv format and convert date to...

View source: R/external_data.R

from_csvR Documentation

function to read data in csv format and convert date to POSIXct with lubridate

Description

function to read data in csv format and convert date to POSIXct with lubridate

Usage

from_csv(path, date_format = "mdy")

Arguments

path

path to the csv file of groundwater data in the format with column names location_id, param_name, default_unit, lt_measure, analysis_result

date_format

date format as either mdy, or ymd passed to lubridate


jentjr/gwstats documentation built on Jan. 12, 2024, 9:40 p.m.