View source: R/30-api-flexseq-str.R
| str.flexseq | R Documentation |
Display Internal Structure of a flexseq
## S3 method for class 'flexseq'
str(object, ...)
object |
A |
... |
Passed to |
NULL, invisibly.
x <- flexseq(a = 1, b = list(k = 2))
str(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.