Description Usage Arguments Author(s) See Also Examples
Get or set the values in the 'events' structure of an eegUtils object.
1 2 3 4 5 6 7 8 9 |
.data |
|
value |
Value to replace 'events' structure with. |
Matt Craddock matt@mattcraddock.com
Other event handlers:
list_epochs()
,
list_events()
,
tag_events()
1 2 3 4 5 6 7 | events(demo_epochs)
events(demo_epochs) <- mutate(events(demo_epochs),
sf = dplyr::case_when(
event_type %% 2 == 0 ~ "HSF",
event_type %% 2 == 1 ~ "LSF",
))
events(demo_epochs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.