-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
export(get_all_defense)
export(get_all_lineups)
export(get_all_on_off)
export(get_all_tracking)
export(get_boxscore)
export(get_clutch)
export(get_defense)
export(get_general)
export(get_hustle)
export(get_lineups)
export(get_matchups)
export(get_news)
export(get_on_off)
export(get_playbyplay)
export(get_playbyplay2)
export(get_player_movement)
export(get_playerbio)
export(get_players)
export(get_playtype)
export(get_pro_transactions)
export(get_rotowire_status)
export(get_schedule)
export(get_shooting)
export(get_shooting_dashboard)
export(get_shotchart)
export(get_team_boxscore)
export(get_tracking)
import(dplyr)
import(httr)
import(purrr)
import(stringr)
import(tibble)
import(tidyr)
import(zoo)
importFrom(glue,glue)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,minute)
importFrom(lubridate,ms)
importFrom(lubridate,second)
importFrom(magrittr,"%>%")
importFrom(purrr,is_character)
importFrom(purrr,map_df)
importFrom(purrr,set_names)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)
importFrom(xml2,read_html)