This function adds a scanpath to the input dataset.
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
if (FALSE) { # \dontrun{
# Example usage of the add_scanpath function
updated_dataset <- add_scanpath(input_dataset)
} # }