powered by
Extract all items and events and their interactions from the event reactions list
extract_from_reactions(reactions)
A data.frame with the relevant item/event, the event where it's assigned, and whether it's contained within a conditional statement
list generated through add_reactevt
add_reactevt
a <- add_reactevt(name_evt="example", input={ modify_item(list(w=5)) }) extract_from_reactions(a)
Run the code above in your browser using DataLab