parse_log_filename | R Documentation |
This function parses the name of a log file generated by ShinyProxy and extracts metadata:
specId
, proxyId
, startupTime
, and logType
.
parse_log_filename(filename)
filename |
Character. The full path to the log file. |
A data frame with the columns specId
, proxyId
, startupTime
, and logType
.
## Not run:
parse_log_filename(
"path/to/containersLogs/log_file_(stdout|stderr).log"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.