An open API service indexing awesome lists of open source software.

https://github.com/2DegreesInvesting/tiltWebTool

Web Tool
https://github.com/2DegreesInvesting/tiltWebTool

Last synced: 5 months ago
JSON representation

Web Tool

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# tiltWebTool

[![R-CMD-check](https://github.com/2DegreesInvesting/tiltWebTool/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/2DegreesInvesting/tiltWebTool/actions/workflows/R-CMD-check.yaml)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Codecov test coverage](https://codecov.io/gh/2DegreesInvesting/tiltWebTool/graph/badge.svg)](https://app.codecov.io/gh/2DegreesInvesting/tiltWebTool)

The goal of tiltWebTool is to help you use tilt software from the web browser.

## Installation

```r
# install.packages("pak")
pak::pak("2DegreesInvesting/tiltWebTool")
```

## Example

```r
library(tiltWebTool)

# User Name: toy
# Password: toy
run_app("toy")
```