powered by
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).
exdf
main_data
name [category] (units)
# S3 method for exdf str(object, ...)
None.
An exdf object.
Additional arguments to be passed to str.
str
simple_exdf <- exdf(data.frame(A = 1), data.frame(A = 'u'), data.frame(A = 'c')) str(simple_exdf)
Run the code above in your browser using DataLab