remove_action {ProcData}R Documentation

Remove actions from response processes

Description

Remove actions in actions and the corresponding timestamps in response processes seqs.

Usage

remove_action(seqs, actions)

Arguments

seqs

an object of class "proc"

actions

a character vector. Each element is an action to be removed.

Value

an object of class "proc" with actions in actions and the corresponding timestamps removed.

Examples

  seqs <- seq_gen(10)
  new_seqs <- remove_action(seqs, c("RUN", "Start"))

[Package ProcData version 0.3.2 Index]