View source: R/fct_event_list.R
find_event_index | R Documentation |
Find the first index corresponding to the given event in a list of events. An event is considered equal to another if they have exactly the same variables (though not necessarily in the same order) and these variables have exactly the same values.
find_event_index(event, event_list)
event |
The event whose index to identify |
event_list |
The list of events where event is to be found |
The index if found, NULL otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.