powered by
This function returns the body of an event or list of events.
get_body(obj)
An event or a list of events.
The get_body function returns a list object
get_body
# NOT RUN { first_event <- event( id = 'first-event', type = 'FIRST_EVENT', time = Sys.time(), attr_01 = 'first-body-attr', attr_02 = 'second-body-attr' ) get_body(first_event) # }
Run the code above in your browser using DataLab