get_behavior | R Documentation |
Get behaviors of all users for each task. The behaviors mainly include:
clicks,
scrolls,
page inputs
consulted pages.
get_behavior(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
|
A data.frame
with user timestamps, clicks, scrolls, page inputs,
consulted pages.
session <- auth("my-username", "my-password")
user_behavior <- get_behavior(session, "project-id")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.