knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
This repository hosts the source code of the 'litigationRisk' app.
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("2DegreesInvesting/litigationRisk")
installed_data <- system.file("extdata", package = "litigationRisk") list.files(installed_data) if (interactive()) { litigationRisk::run_app() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.