View source: R/get_station_datetime.R
getObsDateTime | R Documentation |
Get the day and hour of a meteorological report, group YYGGiw
of section 1.
getObsDateTime(synop)
synop |
a synop data object, output of the function |
A character vector of length 2, c(day, hour).
## Not run:
aaxx <- "AAXX 28154 89022 42698 72506 11360 21382 39758 49808="
synop <- getSynopSections(aaxx)
ddhh <- getObsDateTime(synop)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.