as.sig: Coerce object to be a sig

View source: R/as.R

as.sigR Documentation

Coerce object to be a sig

Description

Coerces an object to be a sig.

Usage

as.sig(x, ...)

## Default S3 method:
as.sig(x, ...)

## S3 method for class 'siglist'
as.sig(x, ...)

## S3 method for class 'list'
as.sig(x, ...)

## S3 method for class 'sig'
as.sig(x, ...)

Arguments

x

Object to coerce.

...

Passed to other as.sig methods.

Value

An object of class sig.

See Also

as.siglist

Examples

as.sig(
  list(name = "fun", alist(x =,y = 1))
)

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

Related to as.sig in sig...