forked from JosiahParry/genius
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
51 lines (50 loc) · 1.27 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# 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)