R/random.R

Defines functions is.random

Documented in is.random

#' @export
is.random <- function(x) {
  return(! is.constant(x))
}

Try the rv package in your browser

Any scripts or data that you put into this service are public.

rv documentation built on March 18, 2022, 5:55 p.m.