create_vector_items | R Documentation |
create_vector_items Create an OR vector for the grepl() and other functions. From c(1,2) to "1|2"
create_vector_items(VECTOR, collapse_string = "|", digits = 3)
VECTOR |
numeric vector |
collapse_string |
"|" |
A character with the numbers separated by |
create_vector_items(VECTOR = c( 5, 9, 14, 16, 18))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.