Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcarto/batchosrm
https://github.com/rcarto/batchosrm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rcarto/batchosrm
- Owner: rCarto
- License: gpl-3.0
- Created: 2024-06-14T13:38:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T14:15:51.000Z (6 months ago)
- Last Synced: 2024-10-13T19:43:16.057Z (2 months ago)
- Language: R
- Size: 30.3 KB
- 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%"
)
```# batchosrm
The goal of batchosrm is to ...
## Installation
You can install the development version of batchosrm from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("rCarto/batchosrm")
```## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(batchosrm)
## basic example code
```