powered by
This function returns the identifier of an event or list of events.
get_id(obj)
An event or a list of events.
get_id returns a character string.
get_id
# NOT RUN { first_event <- event(id = 'first-event', type = 'FIRST_EVENT', time = Sys.time()) get_id(first_event) # }
Run the code above in your browser using DataLab