https://github.com/2DegreesInvesting/tiltWebTool
Web Tool
https://github.com/2DegreesInvesting/tiltWebTool
Last synced: 5 months ago
JSON representation
Web Tool
- Host: GitHub
- URL: https://github.com/2DegreesInvesting/tiltWebTool
- Owner: 2DegreesInvesting
- License: gpl-3.0
- Created: 2024-05-22T15:12:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T15:58:18.000Z (11 months ago)
- Last Synced: 2024-05-22T16:34:16.590Z (11 months ago)
- Language: R
- Homepage: https://2degreesinvesting.github.io/tiltWebTool/
- Size: 379 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - 2DegreesInvesting/tiltWebTool - https://bit.ly/tilt-app-info (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```[](https://github.com/2DegreesInvesting/tiltWebTool/actions/workflows/R-CMD-check.yaml)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](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")
```