-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (29 loc) · 760 Bytes
/
NAMESPACE
File metadata and controls
30 lines (29 loc) · 760 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(na_check,default)
S3method(na_check_consec,default)
S3method(na_check_n,default)
S3method(na_check_non_na,default)
S3method(na_check_prop,default)
S3method(na_consec,default)
S3method(na_n,default)
S3method(na_non_na,default)
S3method(na_omit_if,default)
S3method(na_omit_if_consec,default)
S3method(na_omit_if_n,default)
S3method(na_omit_if_non_na,default)
S3method(na_omit_if_prop,default)
S3method(na_prop,default)
export(na_check)
export(na_check_consec)
export(na_check_n)
export(na_check_non_na)
export(na_check_prop)
export(na_consec)
export(na_n)
export(na_non_na)
export(na_omit_if)
export(na_omit_if_consec)
export(na_omit_if_n)
export(na_omit_if_non_na)
export(na_omit_if_prop)
export(na_prop)