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

https://github.com/ATFutures/sumor

R interface to Simulation of Urban Mobility (SUMO) software
https://github.com/ATFutures/sumor

Last synced: 11 months ago
JSON representation

R interface to Simulation of Urban Mobility (SUMO) software

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# sumor

The goal of sumor is to provide an interface to SUMO.
Install and load it with:

```{r, message=FALSE}
remotes::install_github("ATFutures/sumor")
library(sumor)
```

How to install SUMO?

```{r}
install_SUMO()
```

What version is installed?

```{r}
SUMO_version()
```