get_overview: Get an overview of all users

View source: R/get_overview.R

get_overviewR Documentation

Get an overview of all users

Description

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).

Usage

get_overview(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 with the user ids, the dates and times, the task performances (task duration and task status), the total duration of the task(s).

Examples

session <- auth("my-username", "my-password")
user_overview <- get_overview(session, "project-id")

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