View source: R/susor_get_questionnaires.R
susor_get_questionnaires | R Documentation |
Before running susor_get_questionnaires()
, provide your server credentials
by running susor_login()
. susor_get_questionnaires()
gets
the list of imported questionnaires in the server and transforms
this list into a tibble that is saved in your global environment as
susor_questionnaires
.
susor_get_questionnaires(susor_limit = 40, susor_offset = 1, ...)
susor_limit |
A number. Limit number of returned rows. Max allowed value is 40. Default=40 |
susor_offset |
Page number starting from 1. Default = 1 |
A tibble named susor_questionnaires
saved in your global
environment
susor_get_questionnaires(susor_limit = 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.