# Generated by roxygen2: do not edit by hand

S3method(print,playlist)
S3method(tidy,playlist)
export("%>%")
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_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_categories)
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_saved_albums)
export(get_my_saved_tracks)
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_recommendations_all)
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(pause_my_playback)
export(remove_tracks_from_playlist)
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(tidy)
export(toggle_my_shuffle)
export(transfer_my_playback)
export(unfollow_playlist)
export(validate_parameters)
importFrom(assertthat,assert_that)
importFrom(dplyr,all_of)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,ungroup)
importFrom(genius,genius_album)
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(janitor,make_clean_names)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(lubridate,as_datetime)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_df)
importFrom(purrr,map_dfr)
importFrom(purrr,pluck)
importFrom(purrr,possibly)
importFrom(purrr,safely)
importFrom(readr,read_lines)
importFrom(rlang,.data)
importFrom(rvest,html_attr)
importFrom(rvest,html_elements)
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_remove)
importFrom(stringr,str_replace_all)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(utils,setTxtProgressBar)
importFrom(utils,str)
importFrom(utils,txtProgressBar)
importFrom(xml2,read_html)
