Read in a httpcache log file
loadLogfile(filename, scope = c("CACHE", "HTTP"))character name of the log file, passed to
utils::read.delim()
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 halt(), will be
dropped from the resulting data.frame.
A data.frame of log results.