-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
100 lines (99 loc) · 2.75 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
# Generated by roxygen2: do not edit by hand
S3method(annotations,shrthnd_tbl)
S3method(format,shrthnd_num)
S3method(is.na,shrthnd_num)
S3method(max,shrthnd_num)
S3method(median,shrthnd_num)
S3method(min,shrthnd_num)
S3method(pillar_shaft,shrthnd_num)
S3method(print,shrthnd_annotation)
S3method(print,shrthnd_list)
S3method(quantile,shrthnd_num)
S3method(range,shrthnd_num)
S3method(shrthnd_list,character)
S3method(shrthnd_list,shrthnd_num)
S3method(shrthnd_tags,shrthnd_list)
S3method(shrthnd_tags,shrthnd_num)
S3method(shrthnd_unique_tags,shrthnd_list)
S3method(shrthnd_unique_tags,shrthnd_num)
S3method(tbl_format_footer,shrthnd_tbl)
S3method(tbl_sum,shrthnd_tbl)
S3method(vec_arith,shrthnd_num)
S3method(vec_arith.numeric,shrthnd_num)
S3method(vec_arith.shrthnd_num,numeric)
S3method(vec_arith.shrthnd_num,shrthnd_num)
S3method(vec_cast,character.shrthnd_num)
S3method(vec_cast,double.shrthnd_num)
S3method(vec_cast,integer.shrthnd_num)
S3method(vec_cast,shrthnd_num.character)
S3method(vec_cast,shrthnd_num.double)
S3method(vec_cast,shrthnd_num.integer)
S3method(vec_cast,shrthnd_num.shrthnd_num)
S3method(vec_math,shrthnd_num)
S3method(vec_ptype2,character.shrthnd_num)
S3method(vec_ptype2,double.shrthnd_num)
S3method(vec_ptype2,integer.shrthnd_num)
S3method(vec_ptype2,shrthnd_num.character)
S3method(vec_ptype2,shrthnd_num.double)
S3method(vec_ptype2,shrthnd_num.integer)
S3method(vec_ptype2,shrthnd_num.shrthnd_num)
S3method(vec_ptype_abbr,shrthnd_annotation)
S3method(vec_ptype_abbr,shrthnd_list)
S3method(vec_ptype_abbr,shrthnd_num)
export("add_notes<-")
export("shrthnd_notes<-")
export("shrthnd_source_note<-")
export("shrthnd_title<-")
export(add_notes)
export(annotations)
export(any_shrthnd_cols)
export(any_tag)
export(as_shrthnd)
export(find_annotations)
export(guess_annotations)
export(is_na_both)
export(is_na_tag)
export(is_numeric)
export(is_shrthnd_double)
export(is_shrthnd_integer)
export(is_shrthnd_list)
export(is_shrthnd_num)
export(is_shrthnd_tbl)
export(locate_any_tag)
export(locate_no_tag)
export(locate_tag)
export(make_shrthnd_num)
export(note_to_source_note)
export(note_to_title)
export(set_notes)
export(set_source_note)
export(set_tbl_antn)
export(set_title)
export(shrthnd_list)
export(shrthnd_notes)
export(shrthnd_num)
export(shrthnd_source_note)
export(shrthnd_tags)
export(shrthnd_tbl)
export(shrthnd_title)
export(shrthnd_unique_tags)
export(source_to_notes)
export(tag_in)
export(tag_match)
export(title_source_to_notes)
export(title_to_notes)
export(where_shrthnd_cols)
export(where_tag)
export(which_shrthnd_cols)
export(zap_notes)
export(zap_shrthnd)
export(zap_source_note)
export(zap_tbl)
export(zap_title)
import(pillar)
import(vctrs)
importFrom(rlang,`!!!`)
importFrom(rlang,`!!`)
importFrom(rlang,`:=`)
importFrom(stats,median)
importFrom(stats,quantile)