Learn R Programming

tropr

tropr: A tool for TV Tropes, aimed particularly at the page summary

An R-package for obtaining narrative data from TV Tropes.

Highlights

  • Easy-to-use functions for fetching data
  • Provide several functions to analyse TV Tropes

Installation

You can install this package from github with

devtools::install_github("zedoul/tropr")

To install the CRAN version:

install.packages("tropr")

To load package:

library(tropr)

Quickstart

Check this page on CRAN.

Copy Link

Version

Install

install.packages('tropr')

Monthly Downloads

8

Version

0.1.2

License

Apache License 2.0 | file LICENSE

Maintainer

Kim Seonghyun

Last Published

June 13th, 2017

Functions in tropr (0.1.2)

trope_content

Get TV Tropes content
trope_data

Fetch trope data
as.data.frame.tropr.content

Convert TV Tropes content to data frame
trope_cache

Prepare cache for given tv trope urls
trope_history

Get TV Tropes page history
trope_redirect_to

Get the redirected urls of given trope urls
aggr_history_daily_count

Aggregate page history data to daily edit counts
aggr_history_editor_count

Aggregate page history data to editor edit counts