View source: R/get_some_variables.R
get_Synop_Data | R Documentation |
Get the data from a selected variables from a SYNOP (AAXX) strings of weather reports.
get_Synop_Data(synop)
synop |
a synop data object, output of the function |
A data frame of one row, the columns contain the variables.
## Not run:
aaxx <- "AAXX 07181 33837 11583 83102 10039 21007 30049 40101 52035 60012 70282 8255/="
synop <- getSynopSections(aaxx)
df <- get_Synop_Data(synop)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.