Description Usage Arguments Examples
Check if in range
1  | x %inRange% y
 | 
x | 
 a vector  | 
y | 
 a vector of 2 values  | 
1 2 3  | x <- 1:10
y <- c(4L, 7L)
x %inRange% y
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.