forked from StatisMike/shiny.reglog
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
40 lines (39 loc) · 984 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(DBI_tables_create)
export(RegLogConnector)
export(RegLogConnectorMessage)
export(RegLogDBIConnector)
export(RegLogDemo)
export(RegLogEmayiliConnector)
export(RegLogGmailrConnector)
export(RegLogGsheetConnector)
export(RegLogMongoConnector)
export(RegLogServer)
export(RegLog_credsEdit_UI)
export(RegLog_login_UI)
export(RegLog_register_UI)
export(RegLog_resetPass_UI)
export(RegLog_txt)
export(create_gsheet_db)
export(create_sqlite_db)
export(db_timestamp)
export(gsheet_get_db)
export(gsheet_tables_create)
export(login_UI)
export(login_server)
export(logout_button)
export(mailMessageAttachment)
export(mongo_tables_create)
export(password_reset_UI)
export(register_UI)
export(reglog_txt)
export(sqlite_get_db)
import(R6)
import(shiny)
importFrom(dplyr,arrange)
importFrom(dplyr,collect)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,slice_head)
importFrom(dplyr,ungroup)
importFrom(lifecycle,deprecated)