```{r setup, include=FALSE} knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE) library(tidyverse) ; library(htmltools) ; library(DT) df <- read_csv("trafford_dataset_name.csv") %>% rename_all(. %>% str_to_title() %>% str_replace_all("_", " ")) ```
Skip to downloads

dataset_name

*Short description of dataset.*

Metadata

Source Publisher Time period Geography Licence Attribution Last updated
Source name Publisher name Point data OGL v3.0 Contains public sector information licensed under the Open Government Licence v3.0

Preview

Sort, filter and export a selection of the data using the table. An interactive map is also available. ```{r preview} datatable(df, class = 'cell-border stripe', rownames = FALSE, extensions = c('Scroller', 'Buttons', 'KeyTable'), options = list( keys = TRUE, search = list(regex = TRUE), searchHighlight = TRUE, dom = 'ftB', buttons = list( list(extend = "csv", text = "Download selection")), deferRender = TRUE, scrollX = TRUE, scrollY = 300, scroller = TRUE, #autoWidth = TRUE, # ONLY REQUIRED IF COLUMNS SCROLL HORIZONTALLY columnDefs = list( list(className = 'dt-left', targets = "_all") # , list(targets = 0, searchable = FALSE) stop filtering ))) ```
table_caption

Data

Download the complete dataset using the following links: |File name |Format | |---|---| |[trafford_dataset_name.csv](trafford_dataset_name.csv) |CSV | |[trafford_dataset_name.geojson](trafford_dataset_name.geojson) |GeoJSON |

Pre-processing

[The R script used to process the data](pre-processing.R) can be adapted to other areas. For information about R visit the CRAN website.