get_configuration: Get configuration of each user

View source: R/get_configuration.R

get_configurationR Documentation

Get configuration of each user

Description

Get configuration of each user for each task. Configuration information includes:

  • the screen resolution information,

  • the browser information,

  • the operating system information.

Usage

get_configuration(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 screen resolution, browser, operating system information.

Examples

session <- auth("my-username", "my-password")
user_configuration <- get_configuration(session, "project-id")

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