R/is_rc.R

Defines functions is_rc

#' Check if an object is of class "rc"
#' @title Check if an object is of class "rc"
#' @description  Check if an object is of class "rc"
#' @param x any R object
#' @usage is_rc(x)
#' @return TRUE if object is of class "rc", FALSE otherwiese
#' @author Bruno Silva
#' @noRd
#' @keywords internal

is_rc <- function(x) inherits(x, "rc")

Try the soundClass package in your browser

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

soundClass documentation built on May 30, 2022, 1:07 a.m.