write_ndjson {loggit2} | R Documentation |
Write ndJSON-formatted log file
write_ndjson(
log_df,
logfile = get_logfile(),
echo = get_echo(),
overwrite = FALSE
)
log_df |
A |
logfile |
A |
echo |
Should the log entry (json) be echoed to |
overwrite |
Overwrite previous log file? |
Invisible NULL
.