-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
28 lines (27 loc) · 700 Bytes
/
NAMESPACE
File metadata and controls
28 lines (27 loc) · 700 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
# Generated by roxygen2: do not edit by hand
export(rt_login)
export(rt_login_interactive)
export(rt_logout)
export(rt_queue_properties)
export(rt_ticket_attachment)
export(rt_ticket_attachment_content)
export(rt_ticket_attachments)
export(rt_ticket_create)
export(rt_ticket_edit)
export(rt_ticket_history)
export(rt_ticket_history_comment)
export(rt_ticket_history_reply)
export(rt_ticket_links)
export(rt_ticket_links_edit)
export(rt_ticket_properties)
export(rt_ticket_search)
export(rt_user_create)
export(rt_user_edit)
export(rt_user_properties)
import(dplyr)
import(httr)
import(stringr)
importFrom(dplyr,"%>%")
importFrom(getPass,getPass)
importFrom(tibble,tibble)
importFrom(tidyr,separate)