Learn R Programming

ProcData (version 0.2.5)

remove_action: 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

Run this code
# NOT RUN {
  seqs <- seq_gen(10)
  new_seqs <- remove_action(seqs, c("RUN", "Start"))
# }

Run the code above in your browser using DataLab