EVOLUTION-MANAGER
Edit File: NAMESPACE
# Generated by roxygen2: do not edit by hand export("%>%") export(add_genius) export(calc_self_sim) 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(possible_url) export(prep_info) import(dplyr) importFrom(dplyr,bind_rows) importFrom(dplyr,case_when) importFrom(dplyr,filter) importFrom(dplyr,group_by) importFrom(dplyr,inner_join) importFrom(dplyr,mutate) importFrom(dplyr,n) importFrom(dplyr,row_number) importFrom(dplyr,ungroup) importFrom(magrittr,"%>%") importFrom(purrr,map) importFrom(purrr,map2) importFrom(purrr,pluck) importFrom(purrr,possibly) importFrom(reshape2,melt) importFrom(rlang,enquo) importFrom(rvest,html_attr) importFrom(rvest,html_node) importFrom(rvest,html_nodes) importFrom(rvest,html_session) importFrom(rvest,html_text) importFrom(rvest,session) importFrom(stringr,str_detect) importFrom(stringr,str_extract) importFrom(stringr,str_replace_all) importFrom(stringr,str_trim) importFrom(tibble,as_tibble) importFrom(tibble,tibble) importFrom(tidyr,fill) importFrom(tidyr,pivot_wider) importFrom(tidyr,replace_na) importFrom(tidyr,separate) importFrom(tidyr,unnest) importFrom(tidytext,get_stopwords) importFrom(tidytext,unnest_tokens)