View source: R/get_performance.R
get_performance | R Documentation |
Get performance information of all users for each task. Information include :
task duration
task status
task duration (ms)
number of clicks.
number of scrolls,
number of page inputs
number of consulted pages,
get_performance(session, id)
session |
A rvest session. The rvest session is created by the
|
id |
The id of a project. The id lies in url like https://app.evalyzer.com/evalyzer/analyzes/participants/<id> |
A data.frame
session <- auth("my-username", "my-password")
user_performance <- get_performance(session, "project-id")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.