forked from fawda123/rStrava
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.28 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
# Generated by roxygen2: do not edit by hand
S3method(get_activity_streams,actframe)
S3method(get_activity_streams,list)
S3method(get_elev_prof,actframe)
S3method(get_elev_prof,list)
S3method(get_heat_map,actframe)
S3method(get_heat_map,list)
S3method(plot_spdsplits,actframe)
S3method(plot_spdsplits,list)
export(athl_fun)
export(athlind_fun)
export(compile_activities)
export(compile_activity)
export(compile_seg_effort)
export(compile_seg_efforts)
export(compile_segment)
export(decode_Polyline)
export(get_KOMs)
export(get_activity)
export(get_activity_list)
export(get_activity_streams)
export(get_athlete)
export(get_basic)
export(get_club)
export(get_dists)
export(get_efforts_list)
export(get_elev_prof)
export(get_explore)
export(get_following)
export(get_gear)
export(get_heat_map)
export(get_latlon)
export(get_leaderboard)
export(get_pages)
export(get_segment)
export(get_spdsplits)
export(get_starred)
export(get_streams)
export(loc_fun)
export(monthly_fun)
export(plot_spdsplits)
export(ratelimit)
export(strava_oauth)
export(summ_fun)
export(units_fun)
export(url_activities)
export(url_athlete)
export(url_clubs)
export(url_gear)
export(url_segment)
export(url_streams)
import(RCurl)
import(XML)
import(httr)
import(magrittr)
import(plyr)
importFrom(magrittr,"%>%")
importFrom(utils,data)