extract_from_reactions | R Documentation |
Extract all items and events and their interactions from the event reactions list
extract_from_reactions(reactions)
reactions |
list generated through |
A data.frame with the relevant item/event, the event where it's assigned, and whether it's contained within a conditional statement
a <- add_reactevt(name_evt="example",
input={
modify_item(list(w=5))
})
extract_from_reactions(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.