forked from mitchelloharawild/vitae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
58 lines (57 loc) · 1.38 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
# Generated by roxygen2: do not edit by hand
S3method(arrange,vitae_preserve)
S3method(distinct,vitae_preserve)
S3method(filter,vitae_preserve)
S3method(group_by,vitae_preserve)
S3method(knit_print,vitae_bibliography)
S3method(knit_print,vitae_brief)
S3method(knit_print,vitae_detailed)
S3method(mutate,vitae_preserve)
S3method(rename,vitae_preserve)
S3method(select,vitae_preserve)
S3method(slice,vitae_preserve)
S3method(summarise,vitae_preserve)
S3method(transmute,vitae_preserve)
export("%>%")
export(arrange)
export(awesomecv)
export(bibliography_entries)
export(brief_entries)
export(cv_document)
export(detailed_entries)
export(distinct)
export(filter)
export(group_by)
export(hyndman)
export(latexcv)
export(moderncv)
export(mutate)
export(rename)
export(select)
export(slice)
export(summarise)
export(transmute)
export(twentyseconds)
import(glue)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(knitr,knit_print)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,"%@%")
importFrom(rlang,":=")
importFrom(rlang,enexpr)
importFrom(rlang,enquo)
importFrom(rlang,expr_text)
importFrom(rlang,set_names)
importFrom(rlang,sym)
importFrom(rlang,syms)