str.exdf | R Documentation |
Displays the structure of an exdf
object's main_data
. Each
column is described by its name, unit, and category formatted like
name [category] (units)
.
## S3 method for class 'exdf'
str(object, ...)
object |
An |
... |
Additional arguments to be passed to |
None.
exdf
simple_exdf <- exdf(data.frame(A = 1), data.frame(A = 'u'), data.frame(A = 'c'))
str(simple_exdf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.