-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
80 lines (79 loc) · 2.13 KB
/
NAMESPACE
File metadata and controls
80 lines (79 loc) · 2.13 KB
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
# Generated by roxygen2: do not edit by hand
S3method(print,docx_style)
export(add_comment_to_docx_container)
export(add_sparkle)
export(add_sparkles_pattern)
export(comments_df)
export(get_comment_id)
export(load_docx)
export(load_template_docx)
export(new_sparkle_comment)
export(reload_docx)
export(save_docx)
export(style_add)
export(style_get)
export(style_make)
import(xml2)
importFrom(cli,cli_abort)
importFrom(cli,cli_inform)
importFrom(digest,digest)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(htmltools,htmlEscape)
importFrom(officer,pack_folder)
importFrom(officer,read_docx)
importFrom(officer,to_wml)
importFrom(officer,unpack_folder)
importFrom(polish,as_xml_node_word)
importFrom(polish,as_xml_nodeset)
importFrom(polish,polish_content)
importFrom(polish,polish_content_word)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,pmap_chr)
importFrom(purrr,pmap_lgl)
importFrom(purrr,walk)
importFrom(rlang,caller_env)
importFrom(rlang,cnd_signal)
importFrom(rlang,current_env)
importFrom(rlang,is_installed)
importFrom(rlang,is_string)
importFrom(rlang,list2)
importFrom(rlang,warn)
importFrom(stringr,boundary)
importFrom(stringr,coll)
importFrom(stringr,fixed)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_subset)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tools,file_ext)
importFrom(utils,getFromNamespace)
importFrom(xml2,`xml_attr<-`)
importFrom(xml2,as_xml_document)
importFrom(xml2,read_xml)
importFrom(xml2,write_xml)
importFrom(xml2,xml_add_child)
importFrom(xml2,xml_add_sibling)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_attrs)
importFrom(xml2,xml_child)
importFrom(xml2,xml_children)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_length)
importFrom(xml2,xml_name)
importFrom(xml2,xml_new_document)
importFrom(xml2,xml_path)
importFrom(xml2,xml_remove)
importFrom(xml2,xml_replace)
importFrom(xml2,xml_text)