create_issue | R Documentation |
Create an issue from one or more attributes in attribute data
create_issue(df_attribs, vars, where, type = 1, desc, comment)
df_attribs |
Data frame of attributes |
vars |
Character. Variable(s) needed for the logical expression in |
where |
Logical expression that if |
type |
Type of issue. Values are as follows: c( |
desc |
Character. Short description for survey managers to understand the issue. |
comment |
Character. Longer message for interviewers to understand the issue and what to do about it. |
Data frame of issues with the following columns:
interview__id
interview__key
issue_type
issue_desc
issue_comment
issue_vars
issue_loc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.