tidy_wr | R Documentation |
Tidy current wind radius of a fstadv dataframe object.
tidy_wr(df)
df |
fstadv dataframe object |
Returns tidy dataframe of current wind radius values for a cyclone. Returns only complete.cases (based on quadrants).
Unique identifier of cyclone
Advisory number
Date and time of advisory
Minimum wind speed expected
Radius of 'Windfield' in the northeast quadrant
Radius of 'Windfield' in the southeast quadrant
Radius of 'Windfield' in the southwest quadrant
Radius of 'Windfield' in the northwest quadrant
## Not run:
get_fstadv("http://www.nhc.noaa.gov/archive/1998/1998ALEXadv.html") |>
tidy_wr()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.