View source: R/mark_condition.R
mark_condition | R Documentation |
Mark a Condition of a Specified Minimum Length
mark_condition(x, min_length = 1)
x |
A logical vector |
min_length |
minimum length, contiguous |
A logical vector
x = c(FALSE, TRUE, TRUE, FALSE, FALSE, rep(TRUE, 10), FALSE, rep(TRUE, 20))
mark_condition(x)
mark_condition(x, 2)
mark_condition(x, 5)
mark_condition(x, 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.