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
evt_react_list2 <-
add_reactevt(name_evt = "sick",
input = {modify_item(list(a=1+5/3))
assign("W", 5 + 3 / 6 )
x[5] <- 18
for(i in 1:5){
assign(paste0("x_",i),5+3)
}
if(j == TRUE){
y[["w"]] <- 612-31+3
}#'
q_default <- 0
c_default <- 0
curtime <- Inf
d <- c <- k <- 67
})
extract_from_reactions(evt_react_list2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.