2DegreesInvesting / litigationRisk

litigationRisk app
https://2dii.shinyapps.io/litigationRisk/
Other
0 stars 0 forks source link

litigationRisk

R-CMD-check Codecov test
coverage

This repository hosts the source code of the ‘litigationRisk’ app.

Installation

You can install the development version from GitHub with:

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

Example

installed_data <- system.file("extdata", package = "litigationRisk")
list.files(installed_data)
#> [1] "mtcars.csv"

if (interactive()) {
  litigationRisk::run_app()
}