forked from RMI-PACTA/r2dii.utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
34 lines (25 loc) · 1.01 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
---
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-"
)
```
# <img src="https://i.imgur.com/3jITMq8.png" align="right" height=40 /> General utility tools
<!-- badges: start -->
[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![Travis build status](https://travis-ci.org/2DegreesInvesting/r2dii.utils.svg?branch=master)](https://travis-ci.org/2DegreesInvesting/r2dii.utils)
<!-- badges: end -->
The goal of r2dii.utils is to provide general utility tools.
## Installation
```r
# install.packages("devtools")
devtools::install_github("2DegreesInvesting/r2dii.utils")
```
[How to minimize installation errors?](https://gist.github.com/maurolepore/a0187be9d40aee95a43f20a85f4caed6#installation)
## Example
[Go to examples](https://2degreesinvesting.github.io/r2dii/#examples)