read_ndjson | R Documentation |
Read ndJSON-formatted log file
read_ndjson(logfile, unsanitize = TRUE, last_first = FALSE)
logfile |
Path to log file to read from. |
unsanitize |
Should escaped special characters be unescaped? |
last_first |
Should the last log entry be the first row of the data frame? |
A data.frame
, with the columns as the fields in the log file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.