blob: f4d84bfe801f269c8b9d37827c815f16f578a935 (
plain) (
tree)
|
|
# Printing method for chent objects
Printing method for chent objects
## Usage
``` r
# S3 method for class 'chent'
print(x, ...)
```
## Arguments
- x:
The chent object to be printed
- ...:
Further arguments for compatibility with the S3 method
|