forked from FantasyFootballAnalytics/ffanalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 631 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 631 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(add_aav)
export(add_adp)
export(add_ecr)
export(add_player_info)
export(add_uncertainty)
export(cbs_draft)
export(clear_ffanalytics_cache)
export(custom_scoring)
export(espn_draft)
export(ffc_draft)
export(get_adp)
export(list_ffanalytics_cache)
export(mfl_draft)
export(nfl_draft)
export(projections_table)
export(rts_draft)
export(scoring)
export(scrape_data)
export(scrape_ecr)
export(yahoo_draft)
import(dplyr)
import(httr2)
import(purrr)
import(rrapply)
import(rvest)
import(tidyr)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(readxl,read_xlsx)