getFullStory: Scraper of Chapter Content in Fanfiction

Description Usage Arguments Value Examples

View source: R/getFullStory.R

Description

getFullStory.absentfan Scrapes fanfiction.net for a specific fanfiction entry (ie, user generated story) based on the fandom (ie, general story narrative), type, and the verbatim title of the story.

Usage

1

Arguments

story

Name of fandom being searched. Ex, "Harry Potter."

type

Whether the fandom is from the media type of anime, book, cartoon, comic, game, misc, movie, play, or tv.

title

The title of the specific fanfic post to be scraped.

Value

A data frame with two columns; the raw text of the scraped entries, and the chapter designations for each text vector.

Examples

1
getFullStory("Harry Potter", "book", "Modern Marauders")

ekmaus19/absentfan documentation built on Nov. 20, 2019, 3:20 a.m.