powered by
in_range and its infix-equivalent %inr% return TRUE for all values in the numeric vector f that are within the range of values in r.
in_range
%inr%
TRUE
f
r
in_range(f, r)f %inr% r
f %inr% r
a logical vector of the same length as f
logical
a numeric vector
numeric vector used to specify a range, only the minimum and maximum of r are used.
Other tidyfun utility functions: tf_arg(), tf_zoom()
tf_arg()
tf_zoom()