powered by
Replace old_action with new_action in seqs. Timestamp sequences are not affected.
old_action
new_action
seqs
replace_action(seqs, old_action, new_action)
an object of class "proc"
"proc"
a string giving the action to be replaced.
a string giving the action replacing old_action
# NOT RUN { seqs <- seq_gen(10) new_seqs <- replace_action(seqs, "Start", "Begin") # }
Run the code above in your browser using DataLab