Ironholds / webreadr

A package for consuming and munging access log data

Home Page:https://cran.r-project.org/web/packages/webreadr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read access log data in R

Author: Oliver Keyes
License: MIT
Status: Stable

Travis-CI Build Status downloads

webreadr is an access log reader for R. It is capable of handling logs in Squid, Apache, Varnish, NGINX or AWS's usual formats, and is based around Hadley Wickham's readr package for maximum speed. See the vignette for more information, and if you have requests for additional features, open an issue.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Installation

For the released version:

install.packages("webreadr")

For the development version:

library(devtools)
install_github("ironholds/webreadr")

About

A package for consuming and munging access log data

https://cran.r-project.org/web/packages/webreadr/

License:Other


Languages

Language:R 90.8%Language:C++ 9.2%