default_data_format {roxygen2} | R Documentation |
This function is called to generate the default "Format" section for each data object. The default implementation will return the class and dimension information.
default_data_format(x)
x |
A data object |
A character
value with valid Rd
syntax, or NULL
.