%nin% | R Documentation |
The not-in operator for R.
x %nin% y
# Will return rows where carb isn't equal to 1 or 2 d1 = dplyr::filter(mtcars,carb %in% c(1,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.