-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
101 lines (100 loc) · 2.42 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(as_label)
export(as_name)
export(coalesce_join)
export(connect_db)
export(create_tbl)
export(doc_data)
export(elapsed_months)
export(end_of_month)
export(enquo)
export(enquos)
export(extract_date)
export(extract_num)
export(indent)
export(inform)
export(interp)
export(open_pkgdown)
export(pull_unique)
export(start_of_month)
export(toproper)
export(view_claim_history)
importFrom(RPostgres,Postgres)
importFrom(cli,symbol)
importFrom(config,get)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,silver)
importFrom(crayon,yellow)
importFrom(dbx,dbxConnect)
importFrom(dbx,dbxExecute)
importFrom(dbx,dbxInsert)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,collect)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,tbl)
importFrom(dplyr,top_n)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(dplyr,union)
importFrom(flipTime,AsDate)
importFrom(formattable,currency)
importFrom(fs,is_dir)
importFrom(fs,path_rel)
importFrom(fs,path_tidy)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(here,here)
importFrom(lubridate,as_date)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,days)
importFrom(lubridate,is.Date)
importFrom(lubridate,mdy)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(pool,dbPool)
importFrom(purrr,map_dfc)
importFrom(randomNames,randomNames)
importFrom(readr,read_csv)
importFrom(readr,read_file)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,inform)
importFrom(shiny,HTML)
importFrom(stats,rbinom)
importFrom(stats,rlnorm)
importFrom(stats,rnbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_to_title)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(timevis,timevis)
importFrom(usethis,use_r)
importFrom(utils,browseURL)