| get_interview_stats | R Documentation |
Fetch statistics for a single interview.
get_interview_stats(
interview_id,
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 |
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 |
These statistics provide metadata about the interview process. Columns include: Answered, NotAnswered, Flagged, NotFlagged, Valid, Invalid, WithComments, ForInterviewer, ForSupervisor, InterviewId, InterviewKey, Status, ResponsibleId, ResponsibleName, NumberOfInterviewers, NumberRejectionsBySupervisor, NumberRejectionsByHq, InterviewDuration, AssignmentId, UpdatedAtUtc.
Wrapper for GET /api/v1/interviews/{id}/stats endpoint
Data frame with all values provided by the server.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.