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.
TrackrOptions(
insert_delay = 0,
img_dir = "./images",
img_ext = "png",
backend_opts = list(...),
...
)
numeric. delay in seconds between insertions.
character. Directory to save image files in. This will be normalized via normalizePath
character. extension to give image files.
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.