Skip to content
View plnnr's full-sized avatar
Block or Report

Block or report plnnr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. soi-rtools soi-rtools Public

    IRS Statistics of Income (SOI) R tools and shiny app to graph and map region-to-region migration flows

    R 1

  2. Summarize long ACS data and make int... Summarize long ACS data and make into wide format, retaining the margins of error
    1
    ## Helpful web pages:
    2
    # https://dcl-wrangle.stanford.edu/census.html
    3
    # https://tarakc02.github.io/dot-density/
    4
    
                  
    5
    ## Run "install.packages("pacman")" in R console if you do not have pacman installed
  3. Areal interpolation with ACS data re... Areal interpolation with ACS data removing water and rights-of-way and clipping to filtered zoning area
    1
    if(!require(pacman)){install.packages("pacman");library(pacman)}
    2
    p_load(tidyverse, tidycensus, tigris, areal, sf, mapview, geojsonsf, rmapshaper, lwgeom)
    3
    options(tigris_use_cache = T); options(tigris_class = "sf")
    4
    
                  
    5
    ## Download Portland zoning
  4. BPSTechServices/income-analysis BPSTechServices/income-analysis Public

    R code for calculating household income estimates at PUMA geographies in Portland

    R 1

  5. demographr demographr Public

    Generate a demographic summary from user-drawn shapes

    R 7

  6. transit_dependency_index transit_dependency_index Public

    R 1