print.cbc_profiles {cbcTools} | R Documentation |
Print method for cbc_profiles objects
Description
Print method for cbc_profiles objects
Usage
## S3 method for class 'cbc_profiles'
print(x, ...)
Arguments
x |
A cbc_profiles object |
... |
Additional arguments passed to print |
Value
Returns the input cbc_profiles
object invisibly (class: c("cbc_profiles", "data.frame")). This function is called for its side effect of printing a formatted summary of the CBC profiles object to the console, including attribute information, profile counts, any applied restrictions, and a preview of the data.
[Package cbcTools version 0.6.2 Index]