find_matching_qnrs | R Documentation |
Get a data frame of questionnaires that match the character vector provided.
find_matching_qnrs(
matches,
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
matches |
Atomic character vector. Character string to be detected in questionnaire title. May be a string, sub-string, or regex. |
server |
Full server web address (e.g., |
workspace |
Character. Name of the workspace whose questionnaires to query. |
user |
API user name |
password |
API password |
If matching questionnaires are found, return a data frame with attributes. These attributes can be used, among other things, to find the necessary parameters for downloading any associated data.
If no matching questionnaires are found, return a warning message.
In both cases, print the outcome to the console for information.
Data frame of matching questionnaires, if successful; warning message, if not successful.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.