forked from FantasyFootballAnalytics/ffanalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
40 lines (39 loc) · 792 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
29
30
31
32
33
34
35
36
37
38
39
40
# Generated by roxygen2: do not edit by hand
export(add_aav)
export(add_adp)
export(add_ecr)
export(add_player_info)
export(add_risk)
export(aggregate_stats)
export(cbs_draft)
export(custom_scoring)
export(espn_draft)
export(ffc_draft)
export(from_rate)
export(get_adp)
export(miss_rate)
export(nan_zero)
export(nfl_draft)
export(projections_table)
export(rate_stat)
export(rts_draft)
export(scoring)
export(scrape_data)
export(scrape_ecr)
export(scrape_source)
export(stats_by_category)
export(val_from_calc)
export(val_from_rate)
export(yahoo_draft)
import(dplyr)
import(httr)
import(purrr)
import(rvest)
import(stringr)
import(tibble)
import(tidyr)
importFrom(data.table,fread)
importFrom(glue,glue)
importFrom(janitor,clean_names)
importFrom(lubridate,year)
importFrom(readxl,read_xlsx)