parse_mult_logs | R Documentation |
Use parse_single_log
across multiple log files.
Only valid for information = "incumbent"
.
parse_mult_logs( log_dir, expr = "log$", information = "incumbent", value = "list" )
log_dir |
Directory of log files |
expr |
Expression to limit files in |
information |
Set to "incumbent" |
value |
How should the information be returned? defaults to "list", also can be "data.frame" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.