View source: R/select_phases.R
select_phases | R Documentation |
Useful when working with %>% operators.
select_phases(data, A, B, phase_names = "auto")
data |
A single-case data frame. See |
A |
Selection of the A phase |
B |
Selection of the B phase |
phase_names |
A character vector with names for the resulting phases.
The default |
An scdf with selected phases
exampleA1B1A2B2_zvt %>%
select_phases(A = c(1, 3), B = c(2, 4)) %>%
overlap()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.