knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
The codemogAPI
package is built as the R interface to the Colorado State Demography Office data API set.
Eventually, this package will allow the use to pull any of the State Demography Office data for Colorado and most geographies in the U.S. and tables from the American Community Survey 2012, 2013, and 2014 5-year Files and the 1980, 1990, 2000, and 2010 Decennial Census'. A list of currently included data is below.
Currently Included Data:
if (packageVersion("devtools") < 1.6) { install.packages("devtools") } devtools::install_github("ColoradoDemography/codemogAPI", build_vignettes = TRUE) ## WIHTOUT Documentation Vignettes devtools::install_github("ColoradoDemography/codemogAPI", build_vignettes = FALSE)
After updating codemogAPI, it's necessary to bash into shiny-server and run devtools::install_github("ColoradoDemography/codemogAPI") so the updates will take hold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.