write_ndjson {loggit2} | R Documentation |
Write ndJSON-formatted log file
write_ndjson(log_df, logfile = get_logfile(), echo = TRUE, overwrite = FALSE)
log_df |
Data frame of log data. Rows are converted to |
logfile |
Log file to write to. Defaults to currently-configured log file. |
echo |
Echo the |
overwrite |
Overwrite previous log file data? Defaults to |