l2nguyen / susoapir

R wrapper for Survey Solutions API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

susoapir

Lifecycle: experimental

A R package with wrapper functions to facilitate the use of the Survey Solutions API.

Prerequisites

These programs uses R to interact with the Survey Solutions API so you will need to install R and R Studio on your computer.

You will also need to make an API user account on your survey server. Learn how to make an API user account on the support page.

Installation

To install this package, run the following code:

if (!requireNamespace("devtools")){install.packages("devtools")}
devtools::install_github("l2nguyen/susoapir")

Unfortunately, this package can only currently be installed from GitHub and not CRAN. We hope to submit this package to CRAN in the future.

Issues or suggestions

If you encounter any issues, please report it in the issues tab. Suggestions for features additions are also appreciated and can also be added in the Issues tab.

Contributions are highly encouraged. If you would like to add some fixes or features to the package, please submit a pull request.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

R wrapper for Survey Solutions API

License:Other


Languages

Language:R 100.0%