Skip to content

Small R package to quickly import the PSRC data with my modifications

License

Notifications You must be signed in to change notification settings

e-mcbride/PSRCData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSRCData

Small R package to quickly import the Puget Sound Region Council Household Travel Survey data into R with my modifications for usability. Made to use with my analysis repository PSRC.analysis.

Installation

  1. Clone this repository
  2. In RStudio*, open the PSRCData .Rproj file (NOT PSRC.analysis yet)
  3. Click the “Build” tab in the “Environment, History, Connections, …” panel in RStudio*, then click “Install and Restart”.

* If you are not using RStudio Desktop, I cannot advise you on how to build the PSRCData package.

You are now set to use the PSRCData package in your projects! To read in the data sets in your project, use the syntax PSRCData::trdat, PSRCData::prdat, or PSRCData::hhdat. For example, to import the travel diary data file as travelData:

travelData <- PSRCData::trdat

NOTE If modifications are made to the data files (either by pulling updates from my repository or by making updates yourself), you will need to rebuild the package by clicking “Install and Restart” again.

About

Small R package to quickly import the PSRC data with my modifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages