aggr_history_daily_count: Aggregate page history data to daily edit counts

Description Usage Arguments Examples

View source: R/aggr.R

Description

Aggregate page history data to daily edit counts

Usage

1

Arguments

history_data

data.frame

Examples

1
2
3
4
5
6
7
8
library(tropr)

.url <- "http://tvtropes.org/pmwiki/pmwiki.php/Characters/LittleWitchAcademia"
## Not run: 
hist_content <- trope_history(.url)
.summary <- aggr_history_daily_count(hist_content)

## End(Not run)

zedoul/tropr documentation built on Aug. 19, 2019, 5:19 a.m.