-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
108 lines (107 loc) · 2.83 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
102
103
104
105
106
107
108
# Generated by roxygen2: do not edit by hand
export(add_blocks_to_body)
export(add_gg_to_body)
export(add_gt_to_body)
export(add_list_to_body)
export(add_str_with_keys)
export(add_text_to_body)
export(add_to_body)
export(add_value_with_keys)
export(add_xml_to_body)
export(check_block_list)
export(check_docx)
export(check_docx_fileext)
export(check_office_fileext)
export(check_officer)
export(check_officer_summary)
export(check_pptx)
export(check_pptx_fileext)
export(check_xlsx)
export(check_xlsx_fileext)
export(combine_blocks)
export(combine_docx)
export(convert_docx)
export(cursor_docx)
export(dims_docx_ext)
export(doc_version)
export(fill_with_pattern)
export(is_block_list)
export(is_officer)
export(is_rdocx)
export(is_rpptx)
export(make_block_list)
export(officer_add_blocks)
export(officer_media)
export(officer_properties)
export(officer_summary)
export(officer_summary_levels)
export(officer_table)
export(officer_tables)
export(read_docs_url)
export(read_docx_ext)
export(read_officer)
export(read_pptx_ext)
export(read_xlsx_ext)
export(reduce_officer)
export(use_doc_version)
export(vec_add_to_body)
export(write_officer)
import(rlang)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_bullets)
importFrom(cli,cli_dl)
importFrom(cli,cli_rule)
importFrom(cli,cli_vec)
importFrom(cli,cli_warn)
importFrom(cli,symbol)
importFrom(glue,glue)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,signal_stage)
importFrom(officer,body_add)
importFrom(officer,body_add_caption)
importFrom(officer,body_add_docx)
importFrom(officer,body_add_xml)
importFrom(officer,cursor_bookmark)
importFrom(officer,cursor_reach)
importFrom(officer,cursor_reach_test)
importFrom(officer,doc_properties)
importFrom(officer,docx_bookmarks)
importFrom(officer,docx_dim)
importFrom(officer,docx_summary)
importFrom(officer,layout_summary)
importFrom(officer,pptx_summary)
importFrom(officer,read_docx)
importFrom(officer,set_doc_properties)
importFrom(officer,slide_summary)
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(rlang,as_function)
importFrom(rlang,caller_arg)
importFrom(rlang,caller_env)
importFrom(rlang,check_installed)
importFrom(rlang,check_required)
importFrom(rlang,current_call)
importFrom(rlang,current_env)
importFrom(rlang,env_get_list)
importFrom(rlang,has_length)
importFrom(rlang,has_name)
importFrom(rlang,is_bool)
importFrom(rlang,is_false)
importFrom(rlang,is_installed)
importFrom(rlang,is_named)
importFrom(rlang,is_true)
importFrom(rlang,list2)
importFrom(rlang,set_names)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,tail)
importFrom(utils,type.convert)
importFrom(utils,unzip)
importFrom(vctrs,vec_fill_missing)
importFrom(vctrs,vec_recycle)
importFrom(vctrs,vec_recycle_common)
importFrom(vctrs,vec_slice)