-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
180 lines (179 loc) · 5.28 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
# Generated by roxygen2: do not edit by hand
S3method("[",rmd_ast)
S3method(as_ast,default)
S3method(as_ast,qmd_collection)
S3method(as_ast,rmd_collection)
S3method(as_ast,rmd_tibble)
S3method(as_document,character)
S3method(as_document,default)
S3method(as_document,qmd_collection)
S3method(as_document,rmd_ast)
S3method(as_document,rmd_chunk)
S3method(as_document,rmd_code_block)
S3method(as_document,rmd_collection)
S3method(as_document,rmd_fenced_div_close)
S3method(as_document,rmd_fenced_div_open)
S3method(as_document,rmd_heading)
S3method(as_document,rmd_inline_code)
S3method(as_document,rmd_markdown)
S3method(as_document,rmd_markdown_line)
S3method(as_document,rmd_raw_chunk)
S3method(as_document,rmd_shortcode)
S3method(as_document,rmd_tibble)
S3method(as_document,rmd_yaml)
S3method(as_tibble,rmd_ast)
S3method(parse_yaml,character)
S3method(parse_yaml,default)
S3method(parse_yaml,rmd_ast)
S3method(parse_yaml,rmd_chunk)
S3method(parse_yaml,rmd_yaml_text)
S3method(print,rmd_ast)
S3method(render,character)
S3method(render,default)
S3method(render,qmd_collection)
S3method(render,rmd_ast)
S3method(render,rmd_collection)
S3method(render,rmd_tibble)
S3method(rmd_ast_append,default)
S3method(rmd_ast_append,qmd_collection)
S3method(rmd_ast_append,rmd_ast)
S3method(rmd_ast_append,rmd_collection)
S3method(rmd_ast_append,rmd_tibble)
S3method(rmd_ast_prepend,default)
S3method(rmd_ast_prepend,qmd_collection)
S3method(rmd_ast_prepend,rmd_ast)
S3method(rmd_ast_prepend,rmd_collection)
S3method(rmd_ast_prepend,rmd_tibble)
S3method(rmd_check_template,character)
S3method(rmd_check_template,default)
S3method(rmd_check_template,rmd_ast)
S3method(rmd_check_template,rmd_tibble)
S3method(rmd_get_node,default)
S3method(rmd_get_node,rmd_ast)
S3method(rmd_get_node,rmd_tibble)
S3method(rmd_get_options,default)
S3method(rmd_get_options,rmd_ast)
S3method(rmd_get_options,rmd_chunk)
S3method(rmd_get_options,rmd_tibble)
S3method(rmd_has_node,default)
S3method(rmd_has_node,rmd_ast)
S3method(rmd_has_node,rmd_tibble)
S3method(rmd_node_attr,default)
S3method(rmd_node_attr,rmd_ast)
S3method(rmd_node_attr,rmd_tibble)
S3method(rmd_node_content,default)
S3method(rmd_node_content,rmd_ast)
S3method(rmd_node_content,rmd_chunk)
S3method(rmd_node_content,rmd_markdown)
S3method(rmd_node_content,rmd_raw_chunk)
S3method(rmd_node_content,rmd_tibble)
S3method(rmd_node_label,default)
S3method(rmd_node_label,rmd_ast)
S3method(rmd_node_label,rmd_chunk)
S3method(rmd_node_label,rmd_tibble)
S3method(rmd_node_length,default)
S3method(rmd_node_length,rmd_ast)
S3method(rmd_node_length,rmd_chunk)
S3method(rmd_node_length,rmd_markdown)
S3method(rmd_node_length,rmd_raw_chunk)
S3method(rmd_node_length,rmd_tibble)
S3method(rmd_node_length,rmd_yaml)
S3method(rmd_node_type,default)
S3method(rmd_node_type,rmd_ast)
S3method(rmd_node_type,rmd_tibble)
S3method(rmd_select,default)
S3method(rmd_select,qmd_collection)
S3method(rmd_select,rmd_ast)
S3method(rmd_select,rmd_collection)
S3method(rmd_select,rmd_tibble)
S3method(rmd_set_options,default)
S3method(rmd_set_options,rmd_ast)
S3method(rmd_set_options,rmd_chunk)
S3method(rmd_set_options,rmd_tibble)
S3method(rmd_source,character)
S3method(rmd_source,default)
S3method(rmd_source,rmd_ast)
S3method(rmd_source,rmd_tibble)
S3method(rmd_subset,default)
S3method(rmd_subset,rmd_ast)
S3method(rmd_subset,rmd_tibble)
S3method(rmd_template,default)
S3method(rmd_template,rmd_ast)
S3method(rmd_template,rmd_tibble)
S3method(tree_node,default)
S3method(tree_node,rmd_chunk)
S3method(tree_node,rmd_code_block)
S3method(tree_node,rmd_fenced_div_close)
S3method(tree_node,rmd_fenced_div_open)
S3method(tree_node,rmd_heading)
S3method(tree_node,rmd_inline_code)
S3method(tree_node,rmd_markdown)
S3method(tree_node,rmd_raw_chunk)
S3method(tree_node,rmd_shortcode)
S3method(tree_node,rmd_yaml)
S3method(type_sum,qmd_collection)
S3method(type_sum,rmd_chunk)
S3method(type_sum,rmd_code_block)
S3method(type_sum,rmd_collection)
S3method(type_sum,rmd_fenced_div_close)
S3method(type_sum,rmd_fenced_div_open)
S3method(type_sum,rmd_heading)
S3method(type_sum,rmd_markdown)
S3method(type_sum,rmd_raw_chunk)
S3method(type_sum,rmd_yaml)
export("%>%")
export(as_ast)
export(as_document)
export(as_tibble)
export(by_section)
export(has_code)
export(has_label)
export(has_option)
export(has_type)
export(parse_qmd)
export(parse_qmd_collection)
export(parse_rmd)
export(parse_rmd_collection)
export(render)
export(rmd_ast)
export(rmd_ast_append)
export(rmd_ast_prepend)
export(rmd_check_template)
export(rmd_chunk)
export(rmd_code_block)
export(rmd_fenced_div_close)
export(rmd_fenced_div_open)
export(rmd_get_chunk)
export(rmd_get_markdown)
export(rmd_get_node)
export(rmd_get_options)
export(rmd_has_chunk)
export(rmd_has_markdown)
export(rmd_has_node)
export(rmd_heading)
export(rmd_inline_code)
export(rmd_markdown)
export(rmd_markdown_line)
export(rmd_node_attr)
export(rmd_node_code)
export(rmd_node_content)
export(rmd_node_engine)
export(rmd_node_label)
export(rmd_node_length)
export(rmd_node_options)
export(rmd_node_sections)
export(rmd_node_type)
export(rmd_raw_chunk)
export(rmd_select)
export(rmd_set_options)
export(rmd_shortcode)
export(rmd_source)
export(rmd_subset)
export(rmd_template)
export(rmd_yaml)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
importFrom(pillar,type_sum)
importFrom(rlang,.data)
importFrom(tibble,as_tibble)
useDynLib(parsermd, .registration = TRUE)