str.exdf: Display the structure of an exdf object

View source: R/exdf.R

str.exdfR Documentation

Display the structure of an exdf object

Description

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).

Usage

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

Arguments

object

An exdf object.

...

Additional arguments to be passed to str.

Value

None.

See Also

exdf

Examples

simple_exdf <- exdf(data.frame(A = 1), data.frame(A = 'u'), data.frame(A = 'c'))
str(simple_exdf)

PhotoGEA documentation built on April 11, 2025, 5:48 p.m.