Description Usage Arguments Details Examples
Extends S3 dispatch of strprint to lists and any R6 class.
1 2 3 4 5 6 7 |
x |
R6 object |
... |
Additional arguments |
strprint is a suggested method that should be included in all R6 classes to be passed to
methods such as cat
, summary
and print
. Additionally can be used to easily
parse R6 objects into data-frames, see examples.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.