Skip to contents

Return dataframe of discussion data.

Status

Classification of storm, e.g., Tropical Storm, Hurricane, etc.

Name

Name of storm

Adv

Advisory Number

Date

Date of advisory issuance

Key

ID of cyclone

Contents

Text content of product

Usage

get_discus(links)

Arguments

links

URL to storm's archive page.

See also

Examples

if (FALSE) {
# Return dataframe of storm discussions for Tropical Storm Alex (AL011998)
get_discus("http://www.nhc.noaa.gov/archive/1998/1998ALEXadv.html")
}