From 525269a9f663d02546e2de22ddd79294cc246f57 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 5 Mar 2026 15:57:01 +0100 Subject: Rebuild docs --- docs/reference/print.chent.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/reference/print.chent.md (limited to 'docs/reference/print.chent.md') diff --git a/docs/reference/print.chent.md b/docs/reference/print.chent.md new file mode 100644 index 0000000..f4d84bf --- /dev/null +++ b/docs/reference/print.chent.md @@ -0,0 +1,20 @@ +# 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 -- cgit v1.2.3