get_video: Get the videos of each user for each task.

View source: R/get_video.R

get_videoR Documentation

Get the videos of each user for each task.

Description

Get the videos of all participants for each task.

Usage

get_video(session, id, path)

Arguments

session

The session is available by the auth function. Please make sure you have used this function beforehand.

id

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

path

The path to store videos.

Value

The user videos.

Examples

session <- auth("my-username", "my-password")
get_video(session, "1234", "pathtostorefiles/")

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