--
You received this message because you are subscribed to the Google Groups "formr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to formr+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/formr/88590ae7-1fd0-4cd4-9046-1be390e47760n%40googlegroups.com.
Solved: Ruben was very kind to implement the new function
formr_upload_items() in version 0.9.2. of the formr package.
This solution works to upload new surveys:
library(formr)
survey_name <- data.frame(type = character(),
name = character(),
label = character(),
optional = character(),
showif = character())
survey_name[1, ] <- data.frame("note", "welcome",
"Welcome to this FormR-Survey!", "", "")