# Generated by roxygen2: do not edit by hand

export(add_genius)
export(gen_album_url)
export(gen_song_url)
export(genius_album)
export(genius_lyrics)
export(genius_tracklist)
export(genius_url)
export(possible_album)
export(possible_lyrics)
export(prep_info)
import(dplyr)
import(purrr)
importFrom(purrr,map)
importFrom(purrr,possibly)
importFrom(readr,read_lines)
importFrom(rvest,html_attr)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_session)
importFrom(rvest,html_text)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tidyr,fill)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
