scrape_songs: Scrape and save songs for an artist

Description Usage Arguments Value Examples

View source: R/scrape_functions.R

Description

Function using other scrape_functions to scrape and save all Artist song lyrics

Usage

1
scrape_songs(artist_name, artist_page, write_rds = FALSE, directory = NULL)

Arguments

artist_name

Name of the artist to save file as

artist_page

Website of the artist

Value

song lyric list

Examples

1
scrape_songs('cartola','https://www.letras.com/cartola/')

ebvm24/lyricsScrapeR documentation built on May 28, 2019, 7:55 p.m.