and_join | R Documentation |
Join a vector with 'AND'
and_join(s, leading_and = FALSE, trailing_and = FALSE)
s |
a character vector |
leading_and |
logical indicating whether 'and' should be pre-pended |
trailing_and |
logical indicating whether 'and' should be post-pended |
a string with the elements of s joined by 'AND'
and_join("") and_join("country = 'US'") and_join(c("country = 'US'", "type = 1"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.