Using TGVE to visualize CDRC Open data

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

CDRC Open Data

The first dataset is Residential Mobility Index. This datasets comes in two different geographies: LSOA and LAD. The data needs to be downloaded as it is behind an authentication prompt.

tgve = "https://tgve.github.io/app/?"
# defaultURL = "https://raw.githubusercontent.com/tgve/example-data/main/casualties_100.geojson"
# url = paste0(tgve, "defaultURL=", defaultURL)
# knitr::include_url(url)
csv = readr::read_csv("vignettes/cdrc/residential-mobility-index.csv")
tgver::
knitr::include_url("https://tgve.github.io/app/?defaultURL=https://raw.githubusercontent.com/tgve/example-data/main/casualties_100.geojson&layerName=heatmap")


Try the tgver package in your browser

Any scripts or data that you put into this service are public.

tgver documentation built on Sept. 30, 2022, 5:06 p.m.