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)
- Host: GitHub
- URL: https://github.com/pakillo/plants.around.me
- Owner: Pakillo
- License: gpl-3.0
- Created: 2024-07-19T12:04:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T16:01:03.000Z (almost 2 years ago)
- Last Synced: 2025-03-20T16:57:53.298Z (about 1 year ago)
- Language: R
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
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
```