This function prints a summary of a chunk iterator using colored output.
This function prints a summary of a data chunk using crayon for colored output.
Usage
# S3 method for class 'fmri_dataset'
print(x, ...)
# S3 method for class 'latent_dataset'
print(x, ...)
# S3 method for class 'chunkiter'
print(x, ...)
# S3 method for class 'data_chunk'
print(x, ...)
# S3 method for class 'matrix_dataset'
print(x, ...)
Arguments
- x
A data_chunk object.
- ...
Additional arguments (ignored).