downloading user overview using formr package #559
-
Hi all, |
Beta Was this translation helpful? Give feedback.
Answered by
rubenarslan
Jun 21, 2024
Replies: 1 comment 3 replies
-
Hi Filip, you can do this by getting your data over the formr API. I will
need to generate credentials for you if you are using our instance
…On Fri, 21 Jun 2024, 10:54 Filip Dechterenko, ***@***.***> wrote:
Hi all,
I am preparing overview scripts for our study, and I am unsure whether I
could somehow download user overviews (or run data in long format ) by
script. Individual surveys are fine, but I would need to see a history of
participant movements throughout the study (we have a complicated diary
study). Can it be done (I really hope that I do not to press download user
overview data every day manually :-)
thanks
Filip
—
Reply to this email directly, view it on GitHub
<#559>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARL5Z3CRJBTBP2YR5E37XTZIPS3PAVCNFSM6AAAAABJVO6SC6VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWHA2DMMJZHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @fidadoma I just added two functions to download user overview/detail to the formr R package. https://github.com/rubenarslan/formr
formr_user_overview("run_name", host = yourinstance)
formr_user_detail("run_name", host = yourinstance)
Hope this helps.