-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (33 loc) · 967 Bytes
/
NAMESPACE
File metadata and controls
34 lines (33 loc) · 967 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
31
32
33
34
# Generated by roxygen2: do not edit by hand
S3method(invitation_rescind,numeric)
S3method(invitation_rescind,tbl_invitation)
S3method(invitation_send,numeric)
S3method(invitation_send,tbl_invitation)
S3method(space_member_add,character)
S3method(space_member_add,data.frame)
S3method(space_member_remove,character)
S3method(space_member_remove,data.frame)
S3method(space_member_remove,numeric)
export("%>%")
export(invitation_rescind)
export(invitation_send)
export(rscloud_api_url_get)
export(rscloud_api_url_set)
export(rscloud_authenticate)
export(rscloud_host_get)
export(rscloud_host_set)
export(rscloud_space)
export(rscloud_space_list)
export(rscloud_whoami)
export(space_id)
export(space_info)
export(space_invitation_list)
export(space_member_add)
export(space_member_list)
export(space_member_remove)
export(space_member_usage)
export(space_project_list)
export(space_role_list)
importFrom(dplyr,.data)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")