getUrl: Get URL of a Fandom

Description Usage Arguments Value Examples

View source: R/getUrl.R

Description

For a given fandom in a certain medium, this function gives the URL of its story page.

Usage

1
getUrl(story, type, max.entries = NA)

Arguments

story

Which Fandom would you like the URL for?

type

Which type of media? Must be one of the following ("anime", "book", "cartoon", "comic", "game", "misc", "tv")

max.entries

How many Entries to scrape?

Value

returns a list with 2 entries the URL of the fandom page as a string max.entries

Examples

1
2
getUrl("Zoolander","movie")
getUrl("Kingdom Hearts","game", max.entries=10)

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