Learn R Programming

PhotoGEA (version 1.4.0)

print.exdf: Print the contents of an exdf object

Description

Prints the contents 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 exdf
print(x, ...)

Value

None.

Arguments

x

An exdf object.

...

Additional arguments to be passed to print.

See Also

exdf

Examples

Run this code
simple_exdf <- exdf(data.frame(A = 1), data.frame(A = 'u'), data.frame(A = 'c'))
print(simple_exdf)

Run the code above in your browser using DataLab