-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
80 lines (79 loc) · 2.28 KB
/
NAMESPACE
File metadata and controls
80 lines (79 loc) · 2.28 KB
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
# Generated by roxygen2: do not edit by hand
export(get_players_by_country)
export(get_standings_season)
export(get_standings_years)
export(theme_bbgraphs)
export(viz_debut_running_total)
export(viz_debut_years)
export(viz_rd)
export(viz_rd_team)
export(viz_rd_wpct)
export(viz_wlp_season)
export(viz_wlp_years)
import(ggplot2)
importFrom(baseballr,bref_standings_on_date)
importFrom(baseballr,bref_team_results)
importFrom(baseballr,fg_team_pitcher)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,min_rank)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(future.apply,future_lapply)
importFrom(ggimage,geom_image)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_minimal)
importFrom(highcharter,hc_add_series)
importFrom(highcharter,hc_add_theme)
importFrom(highcharter,hc_annotations)
importFrom(highcharter,hc_credits)
importFrom(highcharter,hc_exporting)
importFrom(highcharter,hc_plotOptions)
importFrom(highcharter,hc_subtitle)
importFrom(highcharter,hc_theme_smpl)
importFrom(highcharter,hc_title)
importFrom(highcharter,hc_tooltip)
importFrom(highcharter,hc_xAxis)
importFrom(highcharter,hc_yAxis)
importFrom(highcharter,hcaes)
importFrom(highcharter,hchart)
importFrom(highcharter,highchart)
importFrom(highcharter,hw_grid)
importFrom(htmltools,browsable)
importFrom(lubridate,mdy)
importFrom(lubridate,with_tz)
importFrom(lubridate,year)
importFrom(mlbplotR,geom_mlb_logos)
importFrom(pbapply,pblapply)
importFrom(pbapply,pbsapply)
importFrom(purrr,map)
importFrom(rvest,html_attr)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(rvest,read_html)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_trim)
importFrom(stringr,word)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(xml2,read_html)