str.flexseq: Display Internal Structure of a flexseq

View source: R/30-api-flexseq-str.R

str.flexseqR Documentation

Display Internal Structure of a flexseq

Description

Display Internal Structure of a flexseq

Usage

## S3 method for class 'flexseq'
str(object, ...)

Arguments

object

A flexseq.

...

Passed to utils::str().

Value

NULL, invisibly.

Examples

x <- flexseq(a = 1, b = list(k = 2))
str(x)

Immutables documentation built on April 29, 2026, 1:06 a.m.