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.
- Host: GitHub
- URL: https://github.com/tysonstanley/sonatools
- Owner: TysonStanley
- License: gpl-3.0
- Created: 2018-08-14T23:36:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T03:56:01.000Z (about 7 years ago)
- Last Synced: 2025-01-24T18:12:00.331Z (9 months ago)
- Language: R
- Size: 559 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
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%"
)
```
[](https://mybinder.org/v2/gh/TysonStanley/sonatools/master)
[](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")
```
## ExampleThis is a basic example which shows you how to solve a common problem:
```{r example}
## basic example code
```