-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.6 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
52
53
54
55
56
57
58
59
# Generated by roxygen2: do not edit by hand
export(add_lag_columns)
export(assign_portfolio)
export(breakpoint_options)
export(compute_breakpoints)
export(compute_long_short_returns)
export(compute_portfolio_returns)
export(create_summary_statistics)
export(create_wrds_dummy_database)
export(data_options)
export(disconnection_connection)
export(download_data)
export(download_data_constituents)
export(download_data_factors)
export(download_data_factors_ff)
export(download_data_factors_q)
export(download_data_fred)
export(download_data_macro_predictors)
export(download_data_osap)
export(download_data_stock_prices)
export(download_data_wrds)
export(download_data_wrds_ccm_links)
export(download_data_wrds_compustat)
export(download_data_wrds_crsp)
export(download_data_wrds_fisd)
export(download_data_wrds_trace_enhanced)
export(estimate_betas)
export(estimate_fama_macbeth)
export(estimate_model)
export(get_wrds_connection)
export(lag_column)
export(list_supported_indexes)
export(list_supported_types)
export(list_tidy_finance_chapters)
export(open_tidy_finance_website)
export(set_wrds_credentials)
export(trim)
export(winsorize)
import(dplyr)
import(lubridate)
import(tibble)
importFrom(lifecycle,deprecated)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,partial)
importFrom(rlang,":=")
importFrom(rlang,enquo)
importFrom(rlang,quo_is_null)
importFrom(rlang,syms)
importFrom(stats,as.formula)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,weighted.mean)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,unnest)
importFrom(utils,read.csv)