Description Usage Arguments Value
View source: R/type_checkers.R
Checks that all elements are valid strand values ("+","-","*"). Returns FALSE for empty vector.
1 | is_strand_vector(x, allow_star = TRUE)
|
x |
a vector |
allow_star |
Is "*" allowed in the vector, default TRUE. |
boolean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.