trope_content: Get TV Tropes content

Description Usage Arguments Value Examples

View source: R/tropr.R

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

1

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

1
2
3
4
5
6
7
library(tropr)

.url <- "http://tvtropes.org/pmwiki/pmwiki.php/Main/SenseiChan"
## Not run: 
content <- trope_content(.url)

## End(Not run)

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