Description Usage Arguments Value Examples
View source: R/seq_manipulation.R
Replace old_action
with new_action
in seqs
. Timestamp
sequences are not affected.
1 | replace_action(seqs, old_action, new_action)
|
seqs |
an object of class |
old_action |
a string giving the action to be replaced. |
new_action |
a string giving the action replacing |
an object of class "proc"
1 2 | seqs <- seq_gen(10)
new_seqs <- replace_action(seqs, "Start", "Begin")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.