forked from maksimhorowitz/nflscrapR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
28 lines (27 loc) · 766 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(add_air_yac_ep_variables)
export(add_air_yac_wp_variables)
export(add_ep_variables)
export(add_wp_variables)
export(agg_player_season)
export(calculate_expected_points)
export(calculate_win_probability)
export(create_game_html_url)
export(create_game_json_url)
export(drive_summary)
export(expected_points)
export(extracting_gameids)
export(game_play_by_play)
export(get_season_rosters)
export(player_game)
export(proper_jsonurl_formatting)
export(scrape_game_ids)
export(scrape_game_play_by_play)
export(scrape_json_play_by_play)
export(scrape_season_play_by_play)
export(season_games)
export(season_play_by_play)
export(season_player_game)
export(season_rosters)
export(simple_boxscore)
export(win_probability)