Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juba/questionr

R package to make surveys processing easier
https://github.com/juba/questionr

cran r

Last synced: about 2 months ago
JSON representation

R package to make surveys processing easier

Awesome Lists containing this project

README

        

# questionr

R package to make surveys processing easier

[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version-ago/questionr)](https://cran.r-project.org/package=questionr)
[![DOI](https://zenodo.org/badge/8097494.svg)](https://zenodo.org/badge/latestdoi/8097494)
![CRAN Downloads](https://cranlogs.r-pkg.org/badges/last-month/questionr)
[![R build status](https://github.com/juba/questionr/workflows/R-CMD-check/badge.svg)](https://github.com/juba/questionr/actions?query=workflow%3AR-CMD-check)

## Installation

From CRAN :

```r
install.packages("questionr")
```

Latest version from GitHub :

```r
remotes::install_github("juba/questionr")
```

## Documentation

Quite sparse for the moment, but please refer to the `pkgdown` generated website :

You will find there a [function reference](https://juba.github.io/questionr/reference/index.html) organized by topics, and a [vignette on recoding addins](https://juba.github.io/questionr/articles/recoding_addins.html).