This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathNAMESPACE
61 lines (60 loc) · 1.52 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
60
61
# Generated by roxygen2: do not edit by hand
S3method(clean_quo,quosure)
S3method(clean_quo,quosures)
S3method(quo_chr,list)
S3method(quo_chr,quosure)
export("%>%")
export(calculate_tdm)
export(clean_column_names)
export(clean_quo)
export(guess_delimiter)
export(guess_file_encoding)
export(is_file_accessible)
export(is_readable_file)
export(is_text_file)
export(is_valid_currency_code)
export(is_valid_cusip)
export(is_valid_isin)
export(quo_chr)
export(rds_or_rda)
export(read_portfolio_csv)
export(unclean_column_names)
export(write_csv_file)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,contains)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_vars)
importFrom(dplyr,grouped_df)
importFrom(dplyr,if_else)
importFrom(dplyr,is_grouped_df)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(fs,dir_create)
importFrom(fs,dir_delete)
importFrom(fs,dir_ls)
importFrom(fs,path)
importFrom(fst,read_fst)
importFrom(fst,write_fst)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
importFrom(rlang,abort)
importFrom(rlang,inform)
importFrom(rlang,warn)
importFrom(stats,na.omit)
importFrom(stringi,stri_replace_all_fixed)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)