View source: R/suso_api_Interviews.R
| suso_get_stats_interview | R Documentation | 
Fetch statistics for a specific interview, vectorized over interview id (int_id)
suso_get_stats_interview(
  server = suso_get_api_key("susoServer"),
  apiUser = suso_get_api_key("susoUser"),
  apiPass = suso_get_api_key("susoPass"),
  workspace = NULL,
  token = NULL,
  intID = ""
)
| server | Survey Solutions server address | 
| apiUser | Survey Solutions API user | 
| apiPass | Survey Solutions API password | 
| workspace | server workspace, if nothing provided, defaults to primary | 
| token | If Survey Solutions server token is provided apiUser and apiPass will be ignored | 
| intID | a single or multiple InterviewId. | 
## Not run: 
suso_get_stats_interview(
          workspace = "myworkspace",
          intID = "dee7705f-d611-4b12-9b97-2b8e5b80c4ea"
          )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.