forked from moderndive/moderndive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
39 lines (38 loc) · 994 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(get_correlation)
export(get_regression_points)
export(get_regression_summaries)
export(get_regression_table)
export(gg_parallel_slopes)
export(rep_sample_n)
import(ggplot2)
importFrom(broom,augment)
importFrom(broom,glance)
importFrom(broom,tidy)
importFrom(dplyr,bind_cols)
importFrom(dplyr,everything)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_at)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,vars)
importFrom(formula.tools,lhs)
importFrom(formula.tools,rhs)
importFrom(glue,glue)
importFrom(infer,rep_sample_n)
importFrom(janitor,clean_names)
importFrom(knitr,kable)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,sym)
importFrom(stats,as.formula)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stringr,str_c)
importFrom(tibble,as_tibble)