-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
68 lines (67 loc) · 2.02 KB
/
Copy pathNAMESPACE
File metadata and controls
68 lines (67 loc) · 2.02 KB
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
# Generated by roxygen2: do not edit by hand
S3method("$",qf_dataset)
S3method("$<-",qf_dataset)
S3method("&",qf_constraint)
S3method("&",qf_constraint_list)
S3method("[",qf_dataset)
S3method("[<-",qf_dataset)
S3method("[[",qf_dataset)
S3method("[[<-",qf_dataset)
S3method("|",qf_exception)
S3method("|",qf_exception_list)
S3method(as.logical,qf_check)
S3method(as_qf_constraint,qf_constraint)
S3method(as_qf_constraint,qf_constraint_specifier)
S3method(as_qf_constraint_list,list)
S3method(as_qf_constraint_list,qf_constraint)
S3method(as_qf_constraint_list,qf_constraint_list)
S3method(as_qf_exception_list,list)
S3method(as_qf_exception_list,qf_exception)
S3method(as_qf_exception_list,qf_exception_list)
S3method(check_constraint_strict,cstr_foreign_key)
S3method(check_constraint_strict,cstr_not_missing)
S3method(check_constraint_strict,cstr_primary_key)
S3method(check_constraint_strict,cstr_unique_key)
S3method(check_constraints,qf_dataset)
S3method(check_constraints,qf_table)
S3method(print,cstr_foreign_key)
S3method(print,qf_check)
S3method(print,qf_check_dataset)
S3method(print,qf_check_table)
S3method(print,qf_constraint)
S3method(print,qf_constraint_specifier)
S3method(print,qf_dataset)
S3method(print,qf_table)
S3method(utils::str,qf_dataset)
S3method(utils::str,qf_table)
S3method(validate_qf_constraint,cstr_foreign_key)
S3method(validate_qf_constraint,qf_constraint)
export("constraints<-")
export("exceptions<-")
export("get_foreign_key<-")
export("get_not_missing<-")
export("get_primary_key<-")
export("get_unique_key<-")
export(apply_to_each)
export(apply_to_each_col)
export(as_qf_table)
export(check_constraints)
export(constraints)
export(cstr_foreign_key)
export(cstr_not_missing)
export(cstr_primary_key)
export(cstr_unique_key)
export(except_where)
export(exceptions)
export(get_foreign_key)
export(get_not_missing)
export(get_primary_key)
export(get_unique_key)
export(handled)
export(is_qf_constraint)
export(is_qf_dataset)
export(is_qf_exception)
export(is_qf_table)
export(qf_dataset)
export(satisfied)
importFrom(rlang,abort)