tidy_adv: tidy_adv

View source: R/tidy_fstadv.R

tidy_advR Documentation

tidy_adv

Description

Tidy current details of a fstadv dataframe object.

tidy_adv will be deprecated in 0.2.2

Usage

tidy_adv(df)

tidy_fstadv(df)

Arguments

df

fstadv dataframe object

Details

Returns current data only of a fstadv dataframe. Use Key, Adv and Date to join with other tidy dataframes.

StormKey

Unique identifier of cyclone

Adv

Advisory number

Date

Date and time of advisory

Status

Classification of cyclone

Name

Name of cyclone

Lat

Latitude of cyclone center

Lon

Longitude of cyclone center

Wind

Maximum sustained one-minute winds in knots

Gust

Maximum sustained one-minute gusts in knots

Pressure

Minimum central pressure in millibars

PosAcc

Position accuracy of cyclone in nautical miles

FwdDir

Compass angle of forward motion

FwdSpeed

Forward speed in miles per hour

Eye

Size of eye in nautical miles

SeasNE

Radius of 12ft seas in northeast quadrant

SeasSE

Radius of 12ft seas in southeast quadrant

SeasSW

Radius of 12ft seas in southwest quadrant

SeasNW

Radius of 12ft seas in northwest quadrant

Examples

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

## End(Not run)

timtrice/Hurricanes documentation built on Oct. 10, 2023, 8:15 p.m.