PBO_get_station.RdLoad station data from PBO
PBO_get_station(
station_name,
column,
time_range = c(-Inf, Inf),
scale = 1,
token
)A string specifying the PBO station name.
A string specifying the name of the column to extract.
A vector of 2 specifying the time range of data to extract.
A scalar specifying an optional scaling parameter applied to the extracted data.
Your EarthScope API key.
A gnssts object that contains the data associated with the specified PBO station.
if (FALSE) { # \dontrun{
pbo_cola_data = PBO_get_station("COLA", column="dE", token = "xxx")
str(pbo_cola_data)
} # }