knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(acton) library(dplyr) library(tmap) tmap_mode("view")
As described in the ACTON case studies vignette, there is much data on new developments and the surrounding environment (in terms of journey times to key destinations, distances to trip attractors and the nature of route networks). This document is about integrating the variables to provide meaningful indicators at the level of each new development.
Four case study sites illustrate the nature of planning applications data:
qtm(applications_case_study_leeds)
Key variables from this dataset include the description field and date of:
names(applications_case_study_leeds) applications_case_study_leeds %>% sf::st_drop_geometry() %>% select(description, name, url) %>% knitr::kable()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.