-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
141 lines (138 loc) · 4.32 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
url: https://saiemgilani.github.io/usfootballR
title: usfootballR
template:
params:
bootswatch: flatly
ganalytics: G-9CQMXE1XGT
opengraph:
image:
src: "https://raw.githubusercontent.com/saiemgilani/usfootballR-data/master/themes/usfootballR_gh.png"
twitter:
site: "@sportsdataverse"
creator: "@saiemgilani"
card: summary_large_image
authors:
Saiem Gilani:
href: https://twitter.com/saiemgilani
home:
title: Functions to Access MLS and NWSL Play by Play Data
description: Functions to Access MLS and NWSL Play by Play Data
icon: fa-home
href: index.html
navbar:
structure:
left: [home, reference, news, network, data, repo]
right: [twitter, github]
title: "usfootballR"
components:
reference:
icon: "fas fa-code"
text: " Funcs"
href: reference/index.html
menu:
- text: "Function Index"
href: reference/index.html
news:
icon: "fas fa-newspaper"
text: " News"
href: news/index.html
# articles:
# icon: "fas fa-book-reader"
# text: " Articles"
# menu:
# - text: Vignettes
# href: articles/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: sportyR
href: https://github.com/rossdrucker/sportyR
- text: worldfootballR
href: https://jaseziv.github.io/worldfootballR/
- text: chessR
href: https://jaseziv.github.io/chessR/
- text: cfbplotR
href: https://kazink36.github.io/cfbplotR/
- text: cfb4th
href: https://kazink36.github.io/cfb4th/
- 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/
data:
icon: "fas fa-database"
text: " Data"
menu:
- text: "Data Repository"
href: https://github.com/saiemgilani/usfootballR-data
github:
icon: "fab fa-github fa-lg"
href: https://github.com/saiemgilani/usfootballR/
twitter:
icon: "fab fa-twitter fa-lg"
href: https://twitter.com/saiemgilani
reference:
- title: usfootballR Data
- subtitle: MLS Data Functions
desc: Functions exported by usfootballR to access the usfootballR-data repository's MLS Data
contents:
- '`load_mls_pbp`'
- '`load_mls_team_box`'
- '`load_mls_player_box`'
- '`load_mls_schedule`'
- '`update_mls_db`'
- subtitle: NWSL Data Functions
desc: Functions exported by usfootballR to access the usfootballR-data repository's NWSL Data
contents:
- '`load_nwsl_pbp`'
- '`load_nwsl_team_box`'
- '`load_nwsl_player_box`'
- '`load_nwsl_schedule`'
- '`update_nwsl_db`'
- title: ESPN Data
- subtitle: MLS Data Functions
desc: Functions exported by usfootballR to access ESPN's MLS Data
contents:
- starts_with("espn_mls_")
- subtitle: NWSL Data Functions
desc: Functions exported by usfootballR to access ESPN's NWSL Data
contents:
- starts_with("espn_nwsl_")
- title: "Helpers"
- subtitle: Helper Functions
desc: Functions used internally by usfootballR which assist in transforming or loading data
contents:
- '`csv_from_url`'
- '`rds_from_url`'
- '`progressively`'