set_up_log: Set up log to allow us to use printf()

Description Usage Arguments Examples

View source: R/logging.R

Description

Prints content to the console, debug, and file outputs

Usage

1
set_up_log(file_name, debug)

Arguments

file_name

the name of the file to print to

debug

whether to print debut output

Examples

1
set_up_log("log.txt", TRUE)

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