Learn R Programming

shinyproxyLogs (version 0.1.0)

parse_log_filename: Parse ShinyProxy Log File Name

Description

This function parses the name of a log file generated by ShinyProxy and extracts metadata: specId, proxyId, startupTime, and logType.

Usage

parse_log_filename(filename)

Value

A data frame with the columns specId, proxyId, startupTime, and logType.

Arguments

filename

Character. The full path to the log file.

Examples

Run this code
if (FALSE) {
  parse_log_filename(
  "path/to/containersLogs/log_file_(stdout|stderr).log"
  )
}

Run the code above in your browser using DataLab