get_poem: Get a specific Emily Dickinson poem

Description Usage Arguments Value Examples

View source: R/get_poem.R

Description

Returns the text of a specified poem. See https://github.com/Amherst-Statistics/DickinsonPoems for more information.

Usage

1
get_poem(poem)

Arguments

poem

A string indicating the filename of the specified poem

Value

Returns a vector of character variables, one per line of the specified poem.

Examples

1
get_poem("gutenberg1.txt010")

Amherst-Statistics/DickinsonPoems documentation built on Jan. 22, 2020, 4:12 a.m.