-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
S3method("$",phone)
S3method("$<-",phone)
S3method("[",phone)
S3method("[<-",phone)
S3method("[[",phone)
S3method("[[<-",phone)
S3method("length<-",phone)
S3method(Ops,phone)
S3method(as.character,phone)
S3method(c,phone)
S3method(format,phone)
S3method(print,phone)
S3method(rep,phone)
S3method(summary,phone)
export(check_cc)
export(get_carrier)
export(get_cc)
export(get_example)
export(get_geocode)
export(get_region)
export(get_region_for_calling_code)
export(get_regions_for_calling_code)
export(get_supported_regions)
export(get_supported_types)
export(get_timezone)
export(get_type)
export(get_types_for_region)
export(is.phone)
export(is_match)
export(is_parsed)
export(is_possible)
export(is_valid)
export(ph_example)
export(ph_format)
export(ph_possible)
export(ph_region)
export(ph_type)
export(ph_valid)
export(phone)
export(phone_reparse)
import(dialrjars)
import(rJava)
importFrom(utils,getTxtProgressBar)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)