TrackrOptions-class: Trackr configuration options

Description Usage Arguments

Description

TrackrOptions objects dictate various behavior by trackr when interacting with or preparing to interact with backends. See individual parameters for behaviors controlled in this manner.

Usage

1
2
3
4
5
6
7
TrackrOptions(
  insert_delay = 0,
  img_dir = "./images",
  img_ext = "png",
  backend_opts = list(...),
  ...
)

Arguments

insert_delay

numeric. delay in seconds between insertions.

img_dir

character. Directory to save image files in. This will be normalized via normalizePath

img_ext

character. extension to give image files.

backend_opts

list. list of options specific to the backend. Currently ignored by trackr machinery.

...

additional arguments, which are collected into a list for the default backend_opts value.


gmbecker/recordr documentation built on May 24, 2021, 10:59 a.m.