# Generated by roxygen2: do not edit by hand

S3method(print,genius_album)
S3method(print,genius_annotation)
S3method(print,genius_artist)
S3method(print,genius_referent)
S3method(print,genius_resource)
S3method(print,genius_song)
export(album_to_df)
export(artist_to_df)
export(browse_genius)
export(browse_genius_resource)
export(genius_token)
export(get_album)
export(get_album_df)
export(get_album_meta)
export(get_album_tracklist_id)
export(get_album_tracklist_search)
export(get_annotation)
export(get_artist)
export(get_artist_df)
export(get_artist_meta)
export(get_artist_songs)
export(get_artist_songs_df)
export(get_lyrics_id)
export(get_lyrics_search)
export(get_lyrics_url)
export(get_referent)
export(get_song)
export(get_song_df)
export(get_song_meta)
export(scrape_lyrics_id)
export(scrape_lyrics_url)
export(scrape_tracklist)
export(search_artist)
export(search_genius)
export(search_song)
export(song_to_df)
export(tidy_album_performances)
export(tidy_song_performances)
export(tidy_song_producers)
export(tidy_song_relationships)
export(tidy_song_writers)
importFrom(curl,has_internet)
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,select)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(httr,user_agent)
importFrom(purrr,"%>%")
importFrom(purrr,flatten)
importFrom(purrr,is_empty)
importFrom(purrr,map_dfr)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(stringr,str_replace_all)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(xml2,read_html)
importFrom(xml2,xml_add_sibling)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_remove)
