loadLogfile {httpcache} | R Documentation |
Read in a httpcache log file
Description
Read in a httpcache log file
Usage
loadLogfile(filename, scope = c("CACHE", "HTTP"))
Arguments
filename |
character name of the log file, passed to
|
scope |
character optional means of selecting only certain log
messages. By default, only "CACHE" and "HTTP" log messages are kept. Other
logged messages, such as "ERROR" messages from |
Value
A data.frame of log results.
[Package httpcache version 1.2.0 Index]