Extract offsets for a PBO station

PBO_get_offsets(station_name, token)

Arguments

station_name

A string specifying the PBO station name.

token

Your EarthScope API key.

Value

A vector specifying the offsets of a PBO station.

Examples

if (FALSE) {
pbo_cola_offsets = PBO_get_offsets(station_name = "COLA", token = "xxx")
pbo_cola_offsets
}