Skip to content
Snippets Groups Projects
Commit 73d9321e authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Updated vignette.

parent 31310bf4
No related branches found
No related tags found
1 merge request!114Time zone code and bug fixes.
......@@ -2,7 +2,7 @@
%\VignetteEngine{knitr::knitr}
%\VignetteDepends{}
%\VignetteSuggests{xtable, testthat}
%\VignetteImports{XML, RCurl, reshape2,lubridate,httr,plyr}
%\VignetteImports{XML, RCurl, reshape2,lubridate,plyr}
%\VignettePackage{dataRetrieval}
\documentclass[a4paper,11pt]{article}
......
No preview for this file type
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/tabbedDataRetrievals.R
\docType{data}
\name{countyCd}
\alias{countyCd}
\title{US County Code Lookup Table}
\value{
countyCd data frame.
\tabular{lll}{
Name \tab Type \tab Description\cr
STUSAB \tab character \tab State abbreviation \cr
STATE \tab character \tab two-digit ANSI code \cr
COUNTY \tab character \tab three-digit county code \cr
COUNTY_NAME \tab character \tab County full name \cr
COUNTY_ID \tab character \tab County id \cr
}
}
\description{
Data pulled from \url{http://www2.census.gov/geo/docs/reference/codes/files/national_county.txt}
on April 1, 2015.
}
\examples{
head(countyCd)
}
\keyword{USGS}
\keyword{countyCd}
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/tabbedDataRetrievals.R
\docType{data}
\name{stateCd}
\alias{stateCd}
\title{US State Code Lookup Table}
\value{
stateCd data frame.
\tabular{lll}{
Name \tab Type \tab Description\cr
STATE \tab character \tab two-digit ANSI code \cr
STUSAB \tab character \tab State abbreviation \cr
STATE_NAME \tab character \tab State full name \cr
STATENS \tab character \tab State id \cr
}
}
\description{
Data pulled from \url{http://www2.census.gov/geo/docs/reference/state.txt}
on April 1, 2015.
}
\examples{
head(stateCd)
}
\keyword{USGS}
\keyword{stateCd}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment