Skip to content

Instantly share code, notes, and snippets.

View kzembower's full-sized avatar

Kevin Zembower kzembower

  • 18:26 (UTC -04:00)
View GitHub Profile
---
title: "An analysis of US 2020 Census Data for the Radnor-Winston neighborhood"
author: "E. Kevin Zembower"
date: "29 May 2023"
output:
pdf_document:
extra_dependencies: ["array", "booktabs", "dcolumn"]
---
@kzembower
kzembower / rw_map.R
Last active June 11, 2023 15:37
Creating map of neighborhood
## This gives degrees lat long:
library(tidyverse)
library(tigris)
options(tigris_use_cache = TRUE)
library(sf)
library(OpenStreetMap)
lat_max <- 39.3525
long_max <- -76.617
lat_min <- 39.3455