R/is_error.R

Defines functions is_error

is_error <- function(x){
  
  class(x) == "try-error"
  
}

Try the rdwplus package in your browser

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

rdwplus documentation built on April 4, 2025, 1:49 a.m.