read.ncdc: Load US NCDC data (climate, etc.)

Description Usage Arguments Examples

View source: R/gis.R

Description

Load US NCDC data (climate, etc.)

Usage

1
read.ncdc(file, tempout = "delete.me.txt")

Arguments

file

location (on hard drive or URL) of NCDC file to be loaded

tempout

name of temporary file to be written out (and then deleted) as part of read process. If this file already exists, it'll get overwritten and then deleted!

Examples

1
2
3
4
5
## Not run: 
#The location/name of this file changes as it's updated, so below is only a guide...
palmer <- read.ncdc("http://www1.ncdc.noaa.gov/pub/data/cirs/climdiv/climdiv-pdsidv-v1.0.0-20160105")

## End(Not run)

willpearse/willeerd documentation built on May 4, 2019, 6:27 a.m.