vignettes/Introduction.R

## ------------------------------------------------------------------------
library(webreadr)
#read in an example file that comes with the webtools package
data <- read_combined(system.file("extdata/combined_log.clf", package = "webreadr"))
#And if we look at the format...
str(data)

## ------------------------------------------------------------------------
requests <- split_clf(data$request)
str(requests)
isomorphisms/webreadr documentation built on May 18, 2019, 5:51 a.m.