View source: R/questionnaires.R
get_possible_interview_statuses | R Documentation |
Wrapper for the GET /api/v1/questionnaires/statuses
endpoint.
get_possible_interview_statuses(
server = Sys.getenv("SUSO_SERVER"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
server |
Character. Full server web address (e.g., |
user |
Character. API user name |
password |
Character. API password |
Character vector. Names of all possible interview statuses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.