powered by
Remove actions in actions and the corresponding timestamps in response processes seqs.
actions
seqs
remove_action(seqs, actions)
an object of class "proc"
"proc"
a character vector. Each element is an action to be removed.
an object of class "proc" with actions in actions and the corresponding timestamps removed.
# NOT RUN { seqs <- seq_gen(10) new_seqs <- remove_action(seqs, c("RUN", "Start")) # }
Run the code above in your browser using DataLab