-
Notifications
You must be signed in to change notification settings - Fork 31
/
NAMESPACE
67 lines (66 loc) · 1.5 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
61
62
63
64
65
66
67
# Generated by roxygen2: do not edit by hand
S3method(chk_nopolyline,actframe)
S3method(get_activity_streams,actframe)
S3method(get_activity_streams,list)
S3method(get_elev_prof,actframe)
S3method(get_elev_prof,list)
S3method(get_elev_prof,strframe)
S3method(get_heat_map,actframe)
S3method(get_heat_map,list)
S3method(get_heat_map,strframe)
S3method(plot_spdsplits,default)
S3method(plot_spdsplits,list)
export(achievement_fun)
export(athl_fun)
export(athlind_fun)
export(chk_nopolyline)
export(compile_activities)
export(compile_activity)
export(compile_club_activities)
export(compile_seg_effort)
export(compile_seg_efforts)
export(compile_segment)
export(follow_fun)
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_gear)
export(get_heat_map)
export(get_laps)
export(get_latlon)
export(get_leaderboard)
export(get_pages)
export(get_segment)
export(get_spdsplits)
export(get_starred)
export(get_streams)
export(location_fun)
export(monthly_fun)
export(plot_spdsplits)
export(ratelimit)
export(recent_fun)
export(seltime_fun)
export(strava_oauth)
export(trophy_fun)
export(url_activities)
export(url_athlete)
export(url_clubs)
export(url_gear)
export(url_segment)
export(url_streams)
import(XML)
import(httr)
import(magrittr)
import(xml2)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(magrittr,"%>%")
importFrom(utils,data)