inst/doc/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)

Try the webreadr package in your browser

Any scripts or data that you put into this service are public.

webreadr documentation built on May 2, 2019, 6:44 a.m.