Learn R Programming

scidb (version 1.0-1)

str.scidb: Show the structure of a scidb object.

Description

Print a summary of the dimension structure of a scidb array object.

Usage

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

Arguments

object
a scidb array object.
...
additional objects for str (see str).

Value

  • str does not return anything, for efficiency reasons. The obvious side effect is output to the terminal.