knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-"
)

scenarioSelector

lifecycle CRAN status R-CMD-check Codecov test coverage

The scenarioSelector app helps you find and visualize a scenario. You can use it online or as an R package following the installation and example below.

Installation

Install the development version of scenarioSelector from GitHub with:

# install.packages("devtools")
devtools::install_github("2DegreesInvesting/scenarioSelector")

Example

Use the scenarioSelector package with:

library(scenarioSelector)

You can run the app with:

if (interactive()) {
  run_app()
}

The tidy data is available with:

scenarios

To track the source of the data see data-raw/.

Discussion

For a discussion including related work see the channel # scenario-selector-tool on 2DII's (private) Slack or [ADO

552](https://dev.azure.com/2DegreesInvesting/2DegreesInvesting/_workitems/edit/552).

Learning shiny

This app is small but implements some big ideas I learned from Mastering Shiny, by Hadley Wickham:



2DegreesInvesting/scenarioSelector documentation built on Dec. 17, 2021, 6:38 a.m.