remove_action: Remove actions from response processes

Description Usage Arguments Value Examples

View source: R/seq_manipulation.R

Description

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

Usage

1
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

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

xytangtang/ProcData documentation built on May 30, 2021, 1:21 a.m.