get_overview | R Documentation |
Get some data about each user: * the user id, * the test session date and time, * the task performances (task duration and task status), * the total duration of the task(s).
get_overview(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
with the user ids, the dates and times, the task
performances (task duration and task status), the total duration of
the task(s).
session <- auth("my-username", "my-password")
user_overview <- get_overview(session, "project-id")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.