trope_history: Get TV Tropes page history

Description Usage Arguments Value Examples

View source: R/tropr.R

Description

Get TV Tropes page history

Usage

1
trope_history(.url, stringsAsFactors = default.stringsAsFactors())

Arguments

.url

TV Tropes page url

stringsAsFactors

logical: should the character vector be converted to a factor?

Value

data.frame time-series data with edit counters

Examples

1
2
3
4
5
6
7
library(tropr)

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

## End(Not run)

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