-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
153 lines (144 loc) · 4.15 KB
/
_pkgdown.yml
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
url: https://oddsapiR.sportsdataverse.org/
template:
bootstrap: 5
bootswatch: flatly
bslib:
primary: "#F1EDEE"
secondary: "#F57196"
border-radius: 0.5rem
btn-border-radius: 0.25rem
opengraph:
image:
src: https://raw.githubusercontent.com/sportsdataverse/oddsapiR/main/man/figures/logo.png
twitter:
creator: "@saiemgilani"
card: summary
toc:
depth: 3
authors:
Saiem Gilani:
href: https://twitter.com/saiemgilani
code:
width: 72
development:
mode: auto
home:
title: oddsapiR
description: Access Sports Odds Data from the Odds API
icon: fa-home
href: index.html
links:
- text: oddsapiR beginner's guide
href: articles/oddsapiR.html
- text: SportsDataverse.org
href: https://sportsdataverse.org
navbar:
structure:
left: [home, reference, articles, news, network, repo]
right: [twitter, github]
title: "oddsapiR"
components:
home:
title: oddsapiR
description: Access Sports Odds Data from the Odds API
icon: fa-home
href: index.html
reference:
icon: "fas fa-code"
text: " Funcs"
menu:
- text: "Function Index"
href: reference/index.html
articles:
icon: "fas fa-book-reader"
text: " Articles"
menu:
- text: Vignettes
href: articles/index.html
- text: oddsapiR beginner's guide
href: articles/oddsapiR.html
news:
icon: "fas fa-newspaper"
text: " News"
href: news/index.html
network:
icon: "fas fa-project-diagram"
text: " SDV"
menu:
- text: SportsDataverse
href: https://sportsdataverse.org/
- text: --------------------------------
- text: R Packages
- text: sportsdataverse-R
href: https://r.sportsdataverse.org/
- text: cfbfastR
href: https://cfbfastR.sportsdataverse.org/
- text: hoopR
href: https://hoopR.sportsdataverse.org/
- text: wehoop
href: https://wehoop.sportsdataverse.org/
- text: toRvik
href: https://torvik.dev/
- text: fastRhockey
href: https://fastRhockey.sportsdataverse.org/
- text: baseballr
href: https://BillPetti.github.io/baseballr/
- text: worldfootballR
href: https://jaseziv.github.io/worldfootballR/
- text: chessR
href: https://jaseziv.github.io/chessR/
- text: sportyR
href: https://sportyR.sportsdataverse.org/
- text: cfbplotR
href: https://kazink36.github.io/cfbplotR/
- text: cfb4th
href: https://kazink36.github.io/cfb4th/
- text: mlbplotR
href: https://github.com/camdenk/mlbplotR
- text: recruitR
href: https://recruitr.sportsdataverse.org/
- text: gamezoneR
href: https://jacklich10.github.io/gamezoneR/
- text: puntr
href: https://puntalytics.github.io/puntr/
- text: --------------------------------
- text: Python Packages
- text: sportsdataverse-py
href: https://py.sportsdataverse.org/
- text: --------------------------------
- text: Node.js Packages
- text: sportsdataverse.js
href: https://js.sportsdataverse.org/
- text: nfl-nerd
href: https://github.com/nntrn/nfl-nerd/
twitter:
icon: "fab fa-twitter fa-lg"
href: http://twitter.com/saiemgilani
aria-label: Twitter
github:
icon: "fab fa-github fa-lg"
href: https://github.com/sportsdataverse/oddsapiR/
repo:
url:
home: https://github.com/sportsdataverse/oddsapiR/
source: https://github.com/sportsdataverse/oddsapiR/blob/main/
issue: https://github.com/sportsdataverse/oddsapiR/issues/
user: https://github.com/sportsdataverse/
reference:
- title: Exported Functions
desc: Functions exported by oddsapiR
contents:
- '`toa_sports`'
- '`toa_sports_odds`'
- '`toa_sports_odds_history`'
- '`toa_sports_scores`'
- '`toa_event_odds`'
- '`toa_requests`'
- title: Internals
desc: Internal functions and data
contents:
- '`register_toa`'
- '`toa_sports_keys`'
- '`progressively`'
- '`csv_from_url`'
- '`rds_from_url`'