rtrek (version 0.2.0)

st_books_wiki: Go to Wikipedia entry for a specific book series

Description

This function opens a browser tab to the main Wikipedia entry for all Star Trek novels automatically scrolled to the section pertaining to id. To see the available IDs, call st_books_wiki with no arguments. The Wikipedia page is the one that serves as the source for the stBooksWiki dataset.

Usage

st_books_wiki(id)

Arguments

id

character, abbreviation for a series. See details.

Value

opens a browser tab, nothing is returned unless id is not provided, in which case a data frame is returned.

Details

The search IDs available in st_books_wiki do not represent an exhaustive set of Star Trek series. For a more complete set of Star Trek series, miniseries and anthology names and acronyms, see the stSeries dataset.

See Also

stBooksWiki stSeries

Examples

Run this code
# NOT RUN {
st_books_wiki("DS9")
# }

Run the code above in your browser using DataLab