PBO_get_station | R Documentation |
Load station data from PBO
PBO_get_station(station_name, column, time_range = c(-Inf, Inf), scale = 1)
station_name |
A |
column |
A |
time_range |
A |
scale |
A |
A gnssts
object that contains the data associated with the specified PBO station.
## Not run:
pbo_cola_data = PBO_get_station("COLA", column="dE")
str(pbo_cola_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.