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

https://github.com/augustohassel/acyrsa

R library that provides a convenient wrapper for consuming data from ACyRSA's BackOffice API.
https://github.com/augustohassel/acyrsa

acyrsa api backoffice matbarofex r rlang rlanguage

Last synced: 19 days ago
JSON representation

R library that provides a convenient wrapper for consuming data from ACyRSA's BackOffice API.

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/"
)
```

# acyRsa

[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![Travis build status](https://travis-ci.com/augustohassel/acyRsa.svg?branch=master)](https://travis-ci.com/augustohassel/acyRsa)
[![R build status](https://github.com/augustohassel/acyRsa/workflows/R-CMD-check/badge.svg)](https://github.com/augustohassel/acyRsa/actions)

This package lets you access ACyRSA's API using R. This will enable you to integrate ACyRSA's data more easily into your R workflow.

## Installation

At the moment `acyRsa` is only available through GitHub usind `devtools`.

#### Installing with `devtools`

```{r, eval=FALSE}
# 1. In R install the package `devtools`.
install.packages("devtools")

# 2. Once `devtools` is installed, install `acyRsa`
library(devtools)
devtools::install_github("augustohassel/acyRsa")
```

## Acknowledgements

Development of this software was driven by [HasselPunk](https://www.hasselpunk.com) as part of an Open Source initiative.

#### Author/Maintainer
- [Augusto Hassel](https://github.com/augustohassel)

Buy Me A Coffee