-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
72 lines (71 loc) · 2.11 KB
/
NAMESPACE
File metadata and controls
72 lines (71 loc) · 2.11 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
69
70
71
72
# Generated by roxygen2: do not edit by hand
S3method(audit,ArmadilloCredentials)
S3method(audit,character)
S3method(audit,cr8tor)
S3method(audit,list)
S3method(audit,opal)
S3method(audit,rocrate)
S3method(audit_engine,cr8tor)
S3method(audit_engine,opal)
S3method(extract_safe_data,opal)
S3method(extract_safe_data,rocrate)
S3method(extract_safe_output,opal)
S3method(extract_safe_output,rocrate)
S3method(extract_safe_people,opal)
S3method(extract_safe_people,rocrate)
S3method(extract_safe_project,opal)
S3method(extract_safe_project,rocrate)
S3method(extract_safe_setting,opal)
S3method(extract_safe_setting,rocrate)
S3method(flatten_safe_data,default)
S3method(flatten_safe_data,rocrate)
S3method(flatten_safe_output,default)
S3method(flatten_safe_output,rocrate)
S3method(flatten_safe_people,default)
S3method(flatten_safe_people,rocrate)
S3method(flatten_safe_project,default)
S3method(flatten_safe_project,rocrate)
S3method(flatten_safe_setting,default)
S3method(flatten_safe_setting,rocrate)
S3method(init,opal)
S3method(init,rocrate)
S3method(parse_user_profiles,ArmadilloCredentials)
S3method(print,cr8tor_bundle)
S3method(project_exists,ArmadilloCredentials)
S3method(report,character)
S3method(report,default)
S3method(report,list)
S3method(report,rocrate)
S3method(safe_data,character)
S3method(safe_data,default)
S3method(safe_data,opal)
S3method(safe_data,rocrate)
S3method(safe_output,character)
S3method(safe_output,default)
S3method(safe_output,opal)
S3method(safe_output,rocrate)
S3method(safe_people,character)
S3method(safe_people,default)
S3method(safe_people,opal)
S3method(safe_people,rocrate)
S3method(safe_project,ArmadilloCredentials)
S3method(safe_project,character)
S3method(safe_project,default)
S3method(safe_project,opal)
S3method(safe_project,rocrate)
S3method(safe_setting,character)
S3method(safe_setting,cr8tor)
S3method(safe_setting,default)
S3method(safe_setting,opal)
S3method(safe_setting,rocrate)
export(armadillo_login)
export(audit)
export(init)
export(report)
export(safe_data)
export(safe_output)
export(safe_people)
export(safe_project)
export(safe_setting)
importFrom(rocrateR,get_entity)
importFrom(utils,write.csv)