split_fixation_report | R Documentation |
Split a fixation report into a list of hierarchical dataframes
split_fixation_report(
report,
drop_empty_columns = TRUE,
drop_saccades = TRUE,
drop_prev_and_next = TRUE
)
report |
Fixation report dataframe as created by |
drop_empty_columns |
Logical. If TRUE, columns that are all NA will be dropped. |
drop_saccades , drop_prev_and_next |
Logical. If TRUE, columns related to saccades and previous/next fixations/saccades will be dropped. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.