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

https://github.com/tysonstanley/sonatools

Allows one to access SONA-Systems via its API in R.
https://github.com/tysonstanley/sonatools

Last synced: 7 months ago
JSON representation

Allows one to access SONA-Systems via its API in R.

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%"
)
```
[![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/TysonStanley/sonatools/master)
[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)

# sonatools

The goal of sonatools is to provide access to the SONA-Systems API through R. It allows the user to create replicable reports.

## Installation

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

``` r
# install.packages("devtools")
devtools::install_github("tysonstanley/sonatools")
```
## Example

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

```{r example}
## basic example code
```