knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
knitr::opts_chunk$set(echo = FALSE)
# library(tidyverse)
knitr::write_bib(x = c("mapdeck", "shiny"), file = "package-references.bib")

Introduction

This is the user manual of the Urban Health Impact Assessment Tool (upthat). It focusses on using the tool via an interactive web application, currently hosted at https://atfutures.github.io/uta/. For more advanced documentation, see the scenarios report and the adaptation manual.

User interface

The user interface (UI) shown below has four main components:

knitr::include_graphics("https://user-images.githubusercontent.com/1825120/71252340-9e4b1a80-231c-11ea-893a-e7bf0f882c1a.png")

Outputs

The two main outputs of the tool, for a given scenario, are:

  1. Estimates of where active transport levels are likely to be highest
  2. Estimates of the health impacts of different scenarios (work in progress)

Running upthat locally

Upthat is a fully open and reproducible web application. You can reproduce it on your computer on a local installation of R as follows:

devtools::install_github("atfutures/upthat")
library(upthat)
upthat::runUpthat()

References



ATFutures/upthat documentation built on May 15, 2020, 7:26 a.m.