Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
The accompanying R package for the survey framework formr (see https://github.com/rubenarslan/formr.org and https://formr.org)
- Host: GitHub
- URL: https://github.com/rubenarslan/formr
- Owner: rubenarslan
- Created: 2014-04-28T11:29:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T11:11:36.000Z (5 months ago)
- Last Synced: 2024-06-22T04:04:08.121Z (5 months ago)
- Topics: convenience-functions, formr, r, survey-framework
- Language: R
- Size: 6.63 MB
- Stars: 55
- Watchers: 8
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - rubenarslan/formr - The accompanying R package for the survey framework formr (see https://github.com/rubenarslan/formr.org and https://formr.org) (R)
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")