forked from rstudio/connectapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
148 lines (147 loc) · 3.62 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# Generated by roxygen2: do not edit by hand
S3method("$",connect_tag_tree)
S3method("[",connect_tag_tree)
S3method("[[",connect_tag_tree)
S3method(api_build,op_base_connect)
S3method(api_build,op_head)
S3method(as.data.frame,tbl_connect)
S3method(connect_vars,op_base)
S3method(connect_vars,op_single)
S3method(connect_vars,tbl_connect)
S3method(dim,tbl_connect)
S3method(dimnames,tbl_connect)
S3method(head,tbl_connect)
S3method(print,connect_tag_tree)
S3method(print,tbl_connect)
export("%>%")
export(Bundle)
export(Connect)
export(Content)
export(ContentTask)
export(Environment)
export(Task)
export(Vanity)
export(Variant)
export(VariantSchedule)
export(audit_access_open)
export(audit_r_versions)
export(audit_runas)
export(browse_api_docs)
export(browse_connect)
export(browse_dashboard)
export(browse_solo)
export(bundle_dir)
export(bundle_path)
export(bundle_static)
export(connect)
export(content_add_group)
export(content_add_user)
export(content_delete)
export(content_delete_group)
export(content_delete_user)
export(content_item)
export(content_list_by_tag)
export(content_list_guid_has_access)
export(content_list_with_permissions)
export(content_render)
export(content_restart)
export(content_title)
export(content_update)
export(content_update_access_type)
export(content_update_owner)
export(create_random_name)
export(create_tag)
export(create_tag_tree)
export(dashboard_url)
export(dashboard_url_chr)
export(delete_bundle)
export(delete_image)
export(delete_tag)
export(delete_vanity_url)
export(deploy)
export(deploy_current)
export(deploy_repo)
export(deploy_repo_enable)
export(deploy_repo_update)
export(download_bundle)
export(filter_tag_tree_chr)
export(filter_tag_tree_id)
export(get_audit_logs)
export(get_bundles)
export(get_content)
export(get_content_permissions)
export(get_content_tags)
export(get_environment)
export(get_group_members)
export(get_group_permission)
export(get_groups)
export(get_image)
export(get_job)
export(get_jobs)
export(get_my_permission)
export(get_oauth_credentials)
export(get_procs)
export(get_tag_data)
export(get_tags)
export(get_timezones)
export(get_usage_shiny)
export(get_usage_static)
export(get_user_permission)
export(get_users)
export(get_vanity_url)
export(get_variant)
export(get_variant_default)
export(get_variant_renderings)
export(get_variant_schedule)
export(get_variants)
export(groups_create_remote)
export(has_image)
export(page_cursor)
export(page_offset)
export(poll_task)
export(promote)
export(repo_check_account)
export(repo_check_branches)
export(repo_check_branches_ref)
export(repo_check_manifest_dirs)
export(schedule_describe)
export(set_content_tag_tree)
export(set_content_tags)
export(set_environment_all)
export(set_environment_new)
export(set_environment_remove)
export(set_image_path)
export(set_image_url)
export(set_image_webshot)
export(set_run_as)
export(set_schedule)
export(set_schedule_day)
export(set_schedule_dayofmonth)
export(set_schedule_dayofweek)
export(set_schedule_dayweekofmonth)
export(set_schedule_hour)
export(set_schedule_minute)
export(set_schedule_remove)
export(set_schedule_semimonth)
export(set_schedule_week)
export(set_schedule_weekday)
export(set_schedule_year)
export(set_vanity_url)
export(swap_vanity_url)
export(tbl_connect)
export(user_guid_from_username)
export(users_create_remote)
export(vanity_is_available)
export(variant_render)
export(verify_content_name)
importFrom(lifecycle,deprecate_warn)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,arg_match)
importFrom(utils,browseURL)
importFrom(utils,capture.output)
importFrom(utils,compareVersion)
importFrom(utils,head)
importFrom(utils,untar)
importFrom(uuid,UUIDgenerate)