knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

codemogAPI R Package

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:

Installation

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)

Updates

After updating codemogAPI, it's necessary to bash into shiny-server and run devtools::install_github("ColoradoDemography/codemogAPI") so the updates will take hold



ColoradoDemography/codemogAPI documentation built on May 6, 2019, 12:28 p.m.