load.tiger: load.tiger

Description Usage Arguments Author(s) Examples

Description

This function takes a link from the function CliMaps and an array of gridded data and creates a data.frame of time series data.

Usage

1
load.tiger(path, fn)

Arguments

path

A local path where the TIGER or GENZ shape data are stored.

fn

A file name of the form tl_<version>_<extent>_<layer><year>.

Author(s)

Ander Wilson

Examples

1
2
3
4
5
6
7
# Download the 2010 state shape file for the entire US.
# This will download an approximately 8.3Mb file and may take a few minutes.
# This only needs to be done once.
tiger.info <- get.tiger(fn = "tl_2010_us_state10")

# load the shape file
sp <- load.tiger(tiger.info$path,tiger.info$fn)

AnderWilson/CliMaps documentation built on May 5, 2019, 4:56 a.m.