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.
- Host: GitHub
- URL: https://github.com/augustohassel/acyrsa
- Owner: augustohassel
- License: other
- Created: 2020-04-19T00:33:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T02:21:30.000Z (about 4 years ago)
- Last Synced: 2025-04-14T18:07:20.555Z (19 days ago)
- Topics: acyrsa, api, backoffice, matbarofex, r, rlang, rlanguage
- Language: R
- Homepage:
- Size: 233 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/"
)
```# acyRsa
[](https://www.tidyverse.org/lifecycle/#maturing)
[](https://travis-ci.com/augustohassel/acyRsa)
[](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)