Giter Club home page Giter Club logo

ctppr's Introduction

This R package provides direct access to the latest Census Transportation Planning Products (CTPP) datasets. The estimates provided in CTPP tables are some of the only sources available from large-sample survey data that are related to transportation behavior. Learn more about the CTPP and the types of tables available by browsing here and here.

Data

The download function works with two datasets, and our ability to fetch their tables from R depends on the following pages:

2006-2010 5-Year CTPP

2012-2016 5-Year CTPP

Install

Reference the install readme for specific instructions. Most use RStudio Desktop to develop analyses with R.

install.packages('devtools')
devtools::install_github('Westat-Transportation/CTPPr')

Example 1

# A110101 - HOUSING UNITS SAMPLED [TOTAL] (1) (ALL HOUSING UNITS)
A110101 <- download_ctpp(A110101)

Example 2

# A102106 -	MEANS OF TRANSPORTATION (18) (WORKERS 16 YEARS AND OVER)
A102106 <- download_ctpp(
  id = "A102106",
  dataset = "2016",
  geography = "County",
  state = "Maryland, Virginia",
  output = "FIPS Code"
)

Table Reference

ctpp_tables()

View this list on Github now. Click on a table row to copy an example download request to your clipboard.

Workshop Materials

Looking for a place to start? Go check out our workshop style presentation and the instructions for reproducing it.

ctppr's People

Contributors

anthonyfucci avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.