-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.54 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
52
53
54
55
56
57
58
59
60
# 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_tracklist_id)
export(get_album_tracklist_search)
export(get_annotation)
export(get_artist)
export(get_artist_df)
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(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)