Examples for 'tools::.print.via.format'


Printing Utilities

Aliases: .print.via.format

Keywords: utilities

### ** Examples

## The function is simply defined as
 function (x, ...) {
    writeLines(format(x, ...))
    invisible(x)
 }
<srcref: file "" chars 6:2 to 9:2>
<environment: 0x55ccff4a8148>
## is used for simple print methods in R, and as prototype for new methods.

[Package tools version 4.2.3 Index]