tornadoes: Get NOAA tornado data.

Description Usage Arguments Value File storage References Examples

View source: R/tornadoes.R

Description

Get NOAA tornado data.

Usage

1
tornadoes(overwrite = TRUE, ...)

Arguments

overwrite

(logical) To overwrite the path to store files in or not, Default: TRUE

...

Curl options passed on to GET (optional)

Value

A Spatial object is returned of class SpatialLinesDataFrame.

File storage

We use rappdirs to store files, see user_cache_dir for how we determine the directory on your machine to save files to, and run rappdirs::user_cache_dir("rnoaa/tornadoes") to get that directory.

References

http://www.spc.noaa.gov/gis/svrgis/

Examples

1
2
3
4
5
6
## Not run: 
shp <- tornadoes()
library('sp')
plot(shp) # may take 10 sec or so to render

## End(Not run)

leighseverson/rnoaa documentation built on May 21, 2019, 3:06 a.m.