Retrieve text products from the National Hurricane Center's FTP server. Not all products may exist for certain storms.
get_ftp_storm_data(stormid, products = c("discus", "fstadv", "posest", "public", "prblty", "update", "wndprb"))
stormid | A six-character alphanumeric string formatted as AABBCCCC where
|
---|---|
products | Products to retrieve; discus, fstadv, posest, public, prblty, update, and windprb. |