tropr (version 0.1.2)

trope_history: Get TV Tropes page history

Description

Get TV Tropes page history

Usage

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

Run this code
library(tropr)

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

hist_content <- trope_history(.url)

Run the code above in your browser using DataLab