extract_user_proxy_mapping {shinyproxyLogs} | R Documentation |
Extract User and Proxy Mappings
Description
Internal function to extract user and container mappings from log lines.
Usage
extract_user_proxy_mapping(log_lines)
Arguments
log_lines |
A character vector containing log file lines. |
Value
A tibble with user
, proxyId
, and specId
.
[Package shinyproxyLogs version 0.1.0 Index]