README.md

formr

The accompanying R package for the survey framework formr

The formr R package provides a few convenience functions that may be useful to the users of formr (formr.org), an online survey framework which heavily relies on R via 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.

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("devtools")
devtools::install_github("rubenarslan/formr")


grebbel/formr_test documentation built on May 17, 2019, 8:34 a.m.