Skip to content

bac3917/Harrisburg-Food

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Harrisburg Food Desert Project

knitr::opts_chunk$set(echo = TRUE)
library(leaflet)
library(RCurl)
food.raw<-getURL("https://raw.githubusercontent.com/bac3917/Harrisburg-Food/master/HarrisburgFood090216.csv")
HBGfood<-read.csv(text=food.raw)

{r leaflet, echo=FALSE}
groupColors=colorFactor(palette = "Greens",domain=HBGfood$Type)
(m3 <- leaflet(HBGfood) %>% addProviderTiles("Thunderforest.Landscape") %>% 
        setView(-76.887877, 40.26976, 14) %>% # map location
        addMarkers(data=HBGfood, popup=HBGfood$Name))
m3

More info on creating pages: http://jason.bryer.org/posts/2012-12-10/Markdown_Jekyll_R_for_Blogging.html http://kbroman.org/simple_site/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages