%!in% | R Documentation |
The opposite of <<
x %!in% y
days <- c("monday","tuesday","wednesday","thursday","friday","saturday","sunday")
weekdays <- days[days %!in% c("saturday", "sunday")]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.