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.