diff --git a/inst/doc/dataRetrieval.Rnw b/inst/doc/dataRetrieval.Rnw
index bcdf370041f96531fb2e995897892266f7ad4f04..bcc1d85927ac40359299be2046db1614b4d2b7ee 100644
--- a/inst/doc/dataRetrieval.Rnw
+++ b/inst/doc/dataRetrieval.Rnw
@@ -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}
diff --git a/inst/doc/dataRetrieval.pdf b/inst/doc/dataRetrieval.pdf
index 74f8cb0eb3d64fe70e4996df3121cd654a39a3e1..7a0903c04690d1db60f12f166a7bb3ca58708547 100644
Binary files a/inst/doc/dataRetrieval.pdf and b/inst/doc/dataRetrieval.pdf differ
diff --git a/man/countyCd.Rd b/man/countyCd.Rd
new file mode 100644
index 0000000000000000000000000000000000000000..85fff612c95980cdeffb58aca24194dc60980760
--- /dev/null
+++ b/man/countyCd.Rd
@@ -0,0 +1,28 @@
+% 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}
+
diff --git a/man/stateCd.Rd b/man/stateCd.Rd
new file mode 100644
index 0000000000000000000000000000000000000000..c6cdea41adf23fa16fd44892d96ad9f81edfa03e
--- /dev/null
+++ b/man/stateCd.Rd
@@ -0,0 +1,27 @@
+% 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}
+