ic_print {icecream} | R Documentation |
Print icecream messages
Description
The printing logic depends on how the ic()
function has been called and what user options are
set.
Usage
ic_print(
loc,
parent_ref,
deparsed_expression = rlang::missing_arg(),
value = rlang::missing_arg()
)
Arguments
loc |
String detailing function definition location, which may be a source ref (file, line number and character index) or an environment. |
parent_ref |
The calling function. |
deparsed_expression |
The deparsed expression (if present) on which |
value |
The result of evaluating |
Value
The function is called for its side effect (printing to the console) but it also returns its output string, invisibly.
[Package icecream version 0.2.2 Index]