tropr (version 0.1.2)

trope_content: Get TV Tropes content

Description

You can use trope_content with TV Tropes URL to get its content, and as.data.frame() converts the content to data.frame

Usage

trope_content(.url)

Arguments

.url

TV Tropes page url

Value

tropr.content if it exists, it returns tropr.content which contains TV Tropes page content, otherwise it will show error.

Examples

Run this code
library(tropr)

.url <- "http://tvtropes.org/pmwiki/pmwiki.php/Main/SenseiChan"

content <- trope_content(.url)

Run the code above in your browser using DataLab