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"))

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