formr icon indicating copy to clipboard operation
formr copied to clipboard

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

Results 15 formr issues
Sort by recently updated
recently updated
newest added

I was not able to simulate data from an items object. I am not a 100% sure that my fix is entirely correct but it seems that the ifelse statement...

Hi to all :) Is it possible to connect the R-Package to an own FormR server to download the data? Can the address to which the Package connects be changed?...

Last Friday I last downloaded data from a current survey using `formr_results()`. The same code doesn't work anymore since yesterday. I get the following error message: ``` Error in formr_item_displays(survey_name,...

Hi Ruben, it seems that `choice_labels_for_values` does not work with mc_multiple items for responses where multiple choices have been checked by the respondent (i.e., the data might say "1, 2")....

Getting an **Fehler: Aesthetics must be either length 1 or the same as the data (1): x** on running the example code from: https://rdrr.io/github/rubenarslan/formr/man/qplot_on_normal.html My Code: ``` devtools::install_github("rubenarslan/formr", force=TRUE) library(formr)...

Typically, all position numbers will be updated automatically when importing a run as JSON file. This includes all skips, position numbers etc. But when importing a waiting module, the skip...

We cannot download any detailed user overview (or the whole for all participants at one moment) in our huge runs (short runs with one up to 10 run buttons work)....

refering to google group entry: _https://groups.google.com/forum/#!topic/formr/U0SSd6yvjFs_ the following problem: importing data does not work with "**rio::import()**", only with "httr::content(httr::GET("https://formr.org/admin/run/STUDY/export_user_detail?format=csv"))"

When I run `devtools::install_github("rubenarslan/formr")`, I got following errors: ``` * installing *source* package 'formr' ... ** R Error : (converted from warning) unable to re-encode 'feedback_plotting.R' lines 156, 243, 296,...

Looks like you've got a few typos in the [documentation page](https://formr.org/documentation). > 1. Upload the items: With your spreadsheet ready, login to formr admin and go to Surveys > Create...