Learn R Programming

WARDEN (version 0.99.1)

extract_from_reactions: Extract all items and events and their interactions from the event reactions list

Description

Extract all items and events and their interactions from the event reactions list

Usage

extract_from_reactions(reactions)

Value

A data.frame with the relevant item/event, the event where it's assigned, and whether it's contained within a conditional statement

Arguments

reactions

list generated through add_reactevt

Examples

Run this code
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