make_log {nhlapi} | R Documentation |
Create a log message
Description
Create a log message
Usage
make_log(
msg,
...,
type = "I",
dtFormat = getOption("nhlapi_log_datetime"),
newLine = FALSE,
sep = " | ",
collapse = " ",
lineBreak = "$",
endNewLine = FALSE
)
Arguments
msg |
|
... |
additional |
type |
|
dtFormat |
|
newLine |
|
sep |
|
collapse |
|
lineBreak |
|
endNewLine |
|
Value
character(1)
, constructed log message.
Examples
nhlapi:::make_log("Dummy warning", type = "W")
[Package nhlapi version 0.1.4 Index]