printf: Print logging information

Description Usage Arguments Examples

View source: R/logging.R

Description

Prints content to the console, debug, and file outputs

Usage

1
printf(content, file = TRUE, debug = FALSE, console = TRUE, ...)

Arguments

content

the content to print

file

whether to print to a file

debug

whether this is debug output

console

whether to print to console

Examples

1
printf("hello", TRUE, FALSE, TRUE)

jakewalker56/jml documentation built on May 18, 2019, 9:08 a.m.