-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 857 Bytes
/
Copy pathNAMESPACE
File metadata and controls
31 lines (30 loc) · 857 Bytes
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
# Generated by roxygen2: do not edit by hand
export(fetch_cd_comps)
export(fetch_coaches)
export(fetch_fixture)
export(fetch_fixture_nrl)
export(fetch_injuries_suspensions)
export(fetch_injuries_suspensions_zerotackle)
export(fetch_ladder)
export(fetch_ladder_nrl)
export(fetch_lineups)
export(fetch_player_stats)
export(fetch_player_stats_championdata)
export(fetch_results)
export(fetch_results_rugbyproject)
export(fetch_team_stats_championdata)
export(fetch_venues)
importFrom(cli,cli_abort)
importFrom(cli,cli_inform)
importFrom(cli,cli_warn)
importFrom(dplyr,bind_rows)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(glue,glue)
importFrom(rvest,html_attr)
importFrom(rvest,html_element)
importFrom(rvest,html_elements)
importFrom(rvest,html_text)
importFrom(rvest,read_html)
importFrom(tibble,as_tibble_row)
importFrom(tibble,tibble)