View source: R/questionnaires.R
get_questionnaires | R Documentation |
Get list of all questionnaires and their attributes
get_questionnaires(
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
server |
Character. Full server web address (e.g., |
workspace |
Character. Name of the workspace whose questionnaires to get. In workspace list, value of |
user |
Character. API user name |
password |
Character. API password |
GraphQL implementation of the deprecated REST GET/api/v1/questionnaires
endpoint.
Data frame of questionnaires.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.