View source: R/get_configuration.R
get_configuration | R Documentation |
Get configuration of each user for each task. Configuration information includes:
the screen resolution information,
the browser information,
the operating system information.
get_configuration(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 screen resolution, browser, operating system
information.
session <- auth("my-username", "my-password")
user_configuration <- get_configuration(session, "project-id")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.