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

https://github.com/pakillo/plants.around.me

What the Package Does (One Line, Title Case)
https://github.com/pakillo/plants.around.me

Last synced: 9 months ago
JSON representation

What the Package Does (One Line, Title Case)

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%"
)
```

# plants.around.me

The goal of plants.around.me is to ...

## Installation

You can install the development version of plants.around.me from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("Pakillo/plants.around.me")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
library(plants.around.me)
## basic example code
```