get_performance: Get performance information of all users

View source: R/get_performance.R

get_performanceR Documentation

Get performance information of all users

Description

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,

Usage

get_performance(session, id)

Arguments

session

A rvest session. The rvest session is created by the auth function.

id

The id of a project. The id lies in url like https://app.evalyzer.com/evalyzer/analyzes/participants/<id>

Value

A data.frame

Examples

session <- auth("my-username", "my-password")
user_performance <- get_performance(session, "project-id")

KevinFalzone/evalyzer documentation built on March 29, 2023, 10:58 p.m.