R/is.shaq.r

#' is.shaq
#' 
#' Test if an object is a shaq.
#' 
#' @section Communication:
#' The operation is completely local.
#' 
#' @param x
#' An R object.
#' 
#' @return
#' A logical value, indicating whether or not the input is a shaq.
#' 
#' @examples
#' \dontrun{
#' library(kazaam)
#' x = ranshaq(runif, 10, 3)
#' 
#' comm.print(is.shaq(x))
#' 
#' finalize()
#' }
#' 
#' @export
is.shaq = function(x)
{
  is(x, "shaq")
}

Try the kazaam package in your browser

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

kazaam documentation built on May 2, 2019, 8:55 a.m.