| find_less | R Documentation |
Find the choice that is less than a value
find_less(x, choices, include_same = TRUE, none = c("first", "na"))
x |
The vector of values to select choices for. |
choices |
The choices that are to be selected from. |
include_same |
Include if the choice is |
none |
What if the |
x and choices must be comparable by the < or
<= operators. choices will be sorted to be in ascending
order; sorting will remove any NA values from choices.
A vector with values from choices that are less than (or equal
to) x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.