parse_metar_pw | R Documentation |
Parse present wather groups
parse_metar_pw(x)
x |
present weather string |
M. Saenger, Zimmerberg Risk Analytics GmbH
x <- c("TS", "+TSRA VCTS", "SNGRRA VCFG")
parse_metar_pw(x)
m <- parse_metar(metar.test$code)
parse_metar_pw(x = m$pw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.