print.cde_df: Print method for cde_df
Description
Custom print method for objects of class cde_df.
Formats output to fit current width of console, keeping full column names
but truncating row values as required.
Usage
# S3 method for cde_df
print(x, ...)
Arguments
x
An object of class cde_df.
...
Other arguments passed on to individual methods. None
implemented at present.