-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
41 lines (31 loc) · 1.23 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# tiltWebTool <a><img src="https://images.squarespace-cdn.com/content/v1/621e47bd3238a230485a7298/621e84e1-bb88-490f-b091-958078c72279/1tilt+dark+green.png" align="right" width="30%"></a>
<!-- badges: start -->
[![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)
<!-- badges: end -->
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")
```