vec_within: vec_within

Description Usage Arguments Value

View source: R/assert_tools.R

Description

vec_within

Usage

1
vec_within(x, lower, upper, include_lower = TRUE, include_upper = TRUE)

Arguments

x

Vector to test

lower

Lower limit

upper

Upper limit

include_lower

Wether to include lower limit

include_upper

Wether to include upper limit

Value

logical TRUE if all elements are within the boundaries.


Ilia-Kosenkov/RLibs documentation built on Jan. 26, 2020, 2:21 p.m.