parse_log_filename: Parse ShinyProxy Log File Name

View source: R/log_analysis.R

parse_log_filenameR Documentation

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)

Arguments

filename

Character. The full path to the log file.

Value

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)

shinyproxyLogs documentation built on April 12, 2025, 1:48 a.m.