ts_add_station.Rd
Add Station
ts_add_station(
station,
parameter,
site,
period,
lower_limit = NA_real_,
upper_limit = NA_real_,
depth = NA_real_,
station_name = NA_character_,
station_id = NA_character_,
comments = NA_character_,
conn = getOption("tsdbr.conn", NULL)
)
A string of the station.
A string of the parameter.
A string of the site.
A string of the period. The possible values are 'year', 'month', 'day', 'hour', 'minute' and 'second'.
A numeric of the lower limit.
A numeric of the upper limit.
A numeric of the depth.
A string of the station name.
A string of the station id.
A string of the station comments.
An object of class SQLiteConnection.
A data frame of the imported station.