-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
39 lines (38 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
S3method(print,openmusesampling)
export("%>%")
export(A_compute)
export(Q_compute)
export(Q_compute_MH)
export(extract_artist_name)
export(extract_artist_uri)
export(extract_isrc)
export(extract_track_attributes)
export(extract_track_variables)
export(get_article_length)
export(get_average_edit_time)
export(get_creation_date)
export(get_number_of_edits)
export(get_playlist_attributes)
export(get_quality_class)
export(get_reference_count)
export(get_unique_editors)
export(one_sample)
export(openmusesampling)
export(permutation_mean)
export(permutation_quantiles)
export(permutation_sd)
export(provenance_statement)
export(samplerMH)
export(search_tracks_by_term)
export(track_identitfiers)
export(xsd_time)
importFrom(dplyr,left_join)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(magrittr,"%>%")
importFrom(spotifyr,get_artist_albums)
importFrom(spotifyr,get_playlist)
importFrom(spotifyr,get_playlist_audio_features)
importFrom(spotifyr,get_track)
importFrom(spotifyr,search_spotify)