Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiyangt/elephants
https://github.com/thiyangt/elephants
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thiyangt/elephants
- Owner: thiyangt
- Created: 2023-05-14T13:15:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-27T11:28:37.000Z (over 1 year ago)
- Last Synced: 2024-10-30T04:59:01.166Z (2 months ago)
- Language: R
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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%"
)
```# elephants
The goal of elephants is to ...
## Installation
You can install the development version of elephants from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("thiyangt/elephants")
```## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(elephants)
## basic example code
elephants
```