is.sig: Is the input a sig?

View source: R/is.R

is.sigR Documentation

Is the input a sig?

Description

Does the input inherit from “sig”?

Usage

is.sig(x)

Arguments

x

Object to test.

Value

TRUE if the object inherits from class “sig”, and FALSE otherwise.

Examples

stopifnot(
  is.sig(sig(with)),
  !is.sig(with)     #functions are not their signatures.
)

sig documentation built on April 21, 2022, 5:07 p.m.

Related to is.sig in sig...