PBO_get_station {gmwmx} | R Documentation |
Load station data from PBO
Description
Load station data from PBO
Usage
PBO_get_station(station_name, column, time_range = c(-Inf, Inf), scale = 1)
Arguments
station_name |
A |
column |
A |
time_range |
A |
scale |
A |
Value
A gnssts
object that contains the data associated with the specified PBO station.
Examples
## Not run:
pbo_cola_data = PBO_get_station("COLA", column="dE")
str(pbo_cola_data)
## End(Not run)
[Package gmwmx version 1.0.3 Index]