parse_log_filename function

Parse ShinyProxy Log File Name

Parse ShinyProxy Log File Name

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

parse_log_filename(filename)

Arguments

  • filename: Character. The full path to the log file.

Returns

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

Examples

## Not run: parse_log_filename( "path/to/containersLogs/log_file_(stdout|stderr).log" ) ## End(Not run)
  • Maintainer: Thibault Senegas
  • License: MIT + file LICENSE
  • Last published: 2025-03-24