Skip to contents

This function adds a scanpath to the input dataset.

Usage

add_scanpath(x, ...)

Arguments

x

The input dataset to which the scanpath will be added.

...

Additional arguments to be passed to the method that adds the scanpath.

Value

A dataset with the added scanpath.

Examples

# Example usage of the add_scanpath function
input_dataset <- # input dataset data
# Additional arguments required for the specific method that adds the scanpath
updated_dataset <- add_scanpath(input_dataset, ...)
#> Error: '...' used in an incorrect context