# NOT RUN {
# }
# NOT RUN {
# These commands will download the latest version of the data:
library(tidyverse)
# download data
pathways <- tempfile()
url <- paste0("https://github.com/qleclerc/nhs_pathways_report/",
"raw/master/data/rds/pathways_latest.rds")
download.file(url, pathways)
pathways <- readRDS(pathways)
head(pathways)
# }
Run the code above in your browser using DataLab