read_log_file {shinyproxyLogs} | R Documentation |
Read a Log File
Description
Internal function to read a log file, supporting both plain text and gzipped formats.
Usage
read_log_file(file)
Arguments
file |
Character. The file path to read. |
Value
A character vector of log lines.
[Package shinyproxyLogs version 0.1.0 Index]