| get_user_action_log | R Documentation | 
Fetches the log of user actions on the tablet. This includes creating, opening, editing, closing, and sending interviews. Returns the log as a data frame.
get_user_action_log(
  user_id,
  start = "",
  end = "",
  server = Sys.getenv("SUSO_SERVER"),
  workspace = Sys.getenv("SUSO_WORKSPACE"),
  user = Sys.getenv("SUSO_USER"),
  password = Sys.getenv("SUSO_PASSWORD")
)
user_id | 
 Character. User ID. GUID from server.  | 
start | 
 Character. Date in "YYYY-MM-DD" format  | 
end | 
 Character. Date in "YYYY-MM-DD" format  | 
server | 
 Character. Full server web address (e.g.,   | 
workspace | 
 Character. Name of the workspace whose users to get. In workspace list, value of   | 
user | 
 Character. API user name  | 
password | 
 Character. API password  | 
Wrapper for GET /api/v1/interviewers/{id}/actions-log endpoint
Data frame containing the action log.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.