ts_add_data.Rd
Times are rounded down prior to import.
ts_add_data(
data,
aggregate = NULL,
na_rm = FALSE,
resolution = "abort",
conn = getOption("tsdbr.conn", NULL)
)
A data frame of data with columns Station, DateTime, Recorded. Additional optional columns include Corrected, Status, Comments.
A function to aggregate multiple values within the same station period.
A flag indicating whether to remove missing values (if possible) when aggregating.
A string of the action to take with regard to existing values. Options are 'abort', 'ignore' or 'replace'.
An object of class SQLiteConnection.
A data frame of the imported parameters.