print.refmodel function

Print information about a reference model object

Print information about a reference model object

This is the print() method for reference model objects (objects of class refmodel). This method mainly exists to avoid cluttering the console when printing such objects accidentally.

## S3 method for class 'refmodel' print(x, ...)

Arguments

  • x: An object of class refmodel (returned by get_refmodel() or init_refmodel()).
  • ...: Currently ignored.

Returns

The input object x (invisible).

  • Maintainer: Frank Weber
  • License: GPL-3 | file LICENSE
  • Last published: 2023-12-15