powered by
This function returns the header of an event or list of events.
get_header(obj)
An event or a list of events.
Return a list with three elements: id, type and time.
id
type
time
# NOT RUN { first_event <- event(id = 'first-event', type = 'FIRST_EVENT', time = Sys.time()) get_header(first_event) # }
Run the code above in your browser using DataLab