replace_action: Replace actions in response processes

Description Usage Arguments Value Examples

View source: R/seq_manipulation.R

Description

Replace old_action with new_action in seqs. Timestamp sequences are not affected.

Usage

1
replace_action(seqs, old_action, new_action)

Arguments

seqs

an object of class "proc"

old_action

a string giving the action to be replaced.

new_action

a string giving the action replacing old_action

Value

an object of class "proc"

Examples

1
2
seqs <- seq_gen(10)
new_seqs <- replace_action(seqs, "Start", "Begin")

ProcData documentation built on April 1, 2021, 5:07 p.m.