Extract.siglist: Indexing for siglists

[R Documentation

Indexing for siglists

Description

Get or set a subset of a siglist.

Usage

## S3 method for class 'siglist'
x[i, ...]

## S3 method for class 'siglist'
x[[i, ...]]

## S3 replacement method for class 'siglist'
x[...] <- value

## S3 replacement method for class 'siglist'
x[[...]] <- value

Arguments

x

A siglist object.

i

An integer vector index.

...

Passed from other index methods.

value

A value to set the subset to.

Value

A siglist.

See Also

Extract

Examples

methods_sigs <- list_sigs(pkg2env(methods))
methods_sigs[1:5]
methods_sigs[[1]]

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