View source: R/merge_facility_info.R
merge_facility_info | R Documentation |
Merges our facility dataset with detailed descriptive information on each entity in our dataset (e.g. type of entity, capacity, population, geographic information, etc.). Each row represents a unique entity. Data source here: https://github.com/uclalawcovid19behindbars/facility_data/data/fac_data.csv
merge_facility_info(dat)
dat |
Scraped/historical data with column "Facility.ID" |
data set with facility information columns
merge_facility_info( tibble(Name = "BULLOCK CORRECTIONAL FACILITY", State = "Alabama", Jurisdiction = "state", Facility.ID = 7))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.