-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate map.r
More file actions
22 lines (17 loc) · 885 Bytes
/
Copy pathupdate map.r
File metadata and controls
22 lines (17 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
##
## Map the situation reports
## - https://www.england.nhs.uk/statistics/statistical-work-areas/winter-daily-sitreps/winter-daily-sitrep-2017-18-data/
##
# set up data folders
source("init.r")
# import and process the most recent situation report
source("process sitrep.r")
# import and process BRC's independent living services
# note: you should only need to run this once (or after every extract)
# source("process services.r")
# get boundaries for community connector services
# you'll only need to run this once (or whenever a new CC site comes about)
# source("process community connectors.r")
# produce map as .html file (all data and javascript will be contained in the single file)
# rmarkdown::render("winterpressures.Rmd", output_file="index.html", output_dir="output")
rmarkdown::render("winterpressures-services.Rmd", output_file="index.html", output_dir="output")