Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rubenarslan/formr

The accompanying R package for the survey framework formr (see https://github.com/rubenarslan/formr.org and https://formr.org)
https://github.com/rubenarslan/formr

convenience-functions formr r survey-framework

Last synced: about 1 month ago
JSON representation

The accompanying R package for the survey framework formr (see https://github.com/rubenarslan/formr.org and https://formr.org)

Awesome Lists containing this project

README

        

# formr
## The accompanying R package for the study framework [formr](https://github.com/rubenarslan/formr.org)

The formr R package provides a few convenience functions that may be useful to the users of formr ([formr.org](https://formr.org)), an online survey framework which heavily relies on R via [openCPU](https://github.com/jeroenooms/opencpu). Some functions may be useful to others too.

Some of the functions conveniently generate individual feedback graphics, some are just shorthands to make certain common operations in formr more palatable to R novices. A large number of functions help connect to formr, extract data, correctly type data (dates, numbers, text etc.), automatically aggregate items of a scale and so on.

The R package can be used inside formr.org, it is always loaded by default.

## documentation
https://rubenarslan.github.io/formr

## install

If you want to install the R package locally (e.g. to connect to formr and fetch the data in a nice format for you), run:

install.packages("remotes")
remotes::install_github("rubenarslan/formr")