View source: R/gen_helper-functions.R
any_in | R Documentation |
Simply a wrapper for %in% to check if there are any
any_in(checkVect, refVect)
checkVect |
the input vector |
refVect |
the reference vector |
any_in(c(0,4,3,1), c(1,7,6,8)) #returns TRUE
any_in(c(0,4,3), c(1,7,8,6)) #return FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.