-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
46 lines (45 loc) · 909 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
40
41
42
43
44
45
46
# Generated by roxygen2: do not edit by hand
S3method(print,tQuery)
export("%>%")
export(AND)
export(BREAK)
export(NOT)
export(OR)
export(add_span_quotes)
export(annotate)
export(annotate_nodes)
export(annotate_tqueries)
export(apply_queries)
export(as_tokenindex)
export(cast_text)
export(children)
export(chop)
export(climb_tree)
export(copy_fill)
export(copy_nodes)
export(custom_fill)
export(fill)
export(get_branch_id)
export(get_long_ids)
export(get_nodes)
export(isolate_branch)
export(mutate_nodes)
export(not_children)
export(not_parents)
export(parents)
export(plot_tree)
export(remove_fill)
export(remove_nodes)
export(reselect_nodes)
export(rsyntax_threads)
export(select_nodes)
export(selected_nodes)
export(set_rsyntax_threads)
export(split_UD_conj)
export(subset_nodes)
export(syntax_reader)
export(tquery)
export(unselect_nodes)
import(data.table)
import(magrittr)
importFrom(magrittr,"%>%")