Usage Arguments Value Note Author(s) Examples
1 | scan_sites_metadata(stationTriplets)
|
stationTriplets |
A character vector of the station ID triplets (e.g., c("9897:NM:UCOOP", "9652:AZ:UCOOP")).
Stations can be queried with |
data frame with a row for each station. Order returned same as requested station order is not guaranteed.
This is somewhat slow. Queries over 1000 sites are split into multiple requests. I recommend querying only the specific sites you need.
Luke Winslow
1 2 3 4 | ## Not run:
scan_sites_metadata("9897:NM:UCOOP")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.