unapprove_interview | R Documentation |
Has server-side side-effect of unapproving a single interview, returningn it to Approved by Headquarters status. For interactive use, prints a message to describe the outcome of the action. If verbose = TRUE
, returns a logical value about the outcome that may be useful for functions that need to track successes and failures.
unapprove_interview(
interview_id,
comment = "",
verbose = FALSE,
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
interview_id |
Character. Interview ID. GUID from server or |
comment |
Character. Comment to post upon unapproval |
verbose |
Logical. If |
server |
Character. Full server web address (e.g., |
workspace |
Character. Name of the workspace whose interviews to get. In workspace list, value of |
user |
Character. API user name |
password |
Character. API password |
Wrapper for PATCH /api/v1/interviews/{id}/hqunapprove
endpoint
If verbose = FALSE
, no return value. If verbose = TRUE
, return logical outcome.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.