# Generated by roxygen2: do not edit by hand

export(add_tracks_to_playlist)
export(change_playlist_details)
export(check_me_following)
export(check_users_following)
export(create_playlist)
export(dedupe_album_names)
export(follow_artists_or_users)
export(follow_playlist)
export(get_album)
export(get_album_data)
export(get_album_tracks)
export(get_albums)
export(get_artist)
export(get_artist_albums)
export(get_artist_audio_features)
export(get_artist_top_tracks)
export(get_artists)
export(get_category)
export(get_category_playlists)
export(get_discography)
export(get_featured_playlists)
export(get_genre_artists)
export(get_label_artists)
export(get_my_current_playback)
export(get_my_currently_playing)
export(get_my_devices)
export(get_my_followed_artists)
export(get_my_playlists)
export(get_my_profile)
export(get_my_recently_played)
export(get_my_top_artists_or_tracks)
export(get_new_releases)
export(get_playlist)
export(get_playlist_audio_features)
export(get_playlist_cover_image)
export(get_playlist_tracks)
export(get_recommendations)
export(get_related_artists)
export(get_spotify_access_token)
export(get_spotify_authorization_code)
export(get_track)
export(get_track_audio_analysis)
export(get_track_audio_features)
export(get_tracks)
export(get_user_audio_features)
export(get_user_playlists)
export(get_user_profile)
export(is_uri)
export(pause_my_playback)
export(pitch_class_lookup)
export(scopes)
export(search_spotify)
export(seek_to_position)
export(set_my_repeat_mode)
export(set_my_volume)
export(skip_my_playback)
export(skip_my_playback_previous)
export(start_my_playback)
export(toggle_my_shuffle)
export(transfer_my_playback)
export(unfollow_playlist)
export(verify_result)
import(dplyr)
import(genius)
importFrom(httr,GET)
importFrom(httr,RETRY)
importFrom(httr,accept_json)
importFrom(httr,authenticate)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoint)
importFrom(httr,stop_for_status)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,as_datetime)
importFrom(lubridate,year)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_df)
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_glue)
importFrom(stringr,str_replace_all)
importFrom(tibble,tribble)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
