aggr_history_editor_count: Aggregate page history data to editor edit counts

Description Usage Arguments Examples

View source: R/aggr.R

Description

Aggregate page history data to editor 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_editor_count(hist_content)

## End(Not run)

tropr documentation built on June 20, 2017, 9:04 a.m.