replace_action {ProcData}R Documentation

Replace actions in response processes

Description

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

Usage

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

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

[Package ProcData version 0.3.2 Index]