tidy_wr: tidy_wr

View source: R/tidy_fstadv.R

tidy_wrR Documentation

tidy_wr

Description

Tidy current wind radius of a fstadv dataframe object.

Usage

tidy_wr(df)

Arguments

df

fstadv dataframe object

Details

Returns tidy dataframe of current wind radius values for a cyclone. Returns only complete.cases (based on quadrants).

StormKey

Unique identifier of cyclone

Adv

Advisory number

Date

Date and time of advisory

Windfield

Minimum wind speed expected

NE

Radius of 'Windfield' in the northeast quadrant

SE

Radius of 'Windfield' in the southeast quadrant

SW

Radius of 'Windfield' in the southwest quadrant

NW

Radius of 'Windfield' in the northwest quadrant

Examples

## Not run: 
get_fstadv("http://www.nhc.noaa.gov/archive/1998/1998ALEXadv.html") |>
  tidy_wr()

## End(Not run)

ropensci/rrricanes documentation built on Oct. 14, 2023, 3:20 p.m.