R/pageviews.R

#' @title Functions for handling pageviews data
#' @name pageviews
#' @description This package provides functions for handling the Wikimedia request logs
#' and performing a variety of operations on them, most prominently extracting "pageviews"
#' and classifying them.
#' @useDynLib pageviews
#' @importFrom Rcpp sourceCpp
#' @docType package
#' @aliases pageviews pageviews-package
NULL
wikimedia-research/pageviews documentation built on May 4, 2019, 5:24 a.m.