tropr (version 0.1.2)

aggr_history_daily_count: Aggregate page history data to daily edit counts

Description

Aggregate page history data to daily edit counts

Usage

aggr_history_daily_count(history_data)

Arguments

history_data

data.frame

Examples

Run this code
library(tropr)

.url <- "http://tvtropes.org/pmwiki/pmwiki.php/Characters/LittleWitchAcademia"

hist_content <- trope_history(.url)
.summary <- aggr_history_daily_count(hist_content)

Run the code above in your browser using DataCamp Workspace