-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
50 lines (49 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
S3method("[",cas)
S3method("[<-",cas)
S3method("[[",cas)
S3method("[[<-",cas)
S3method(as.character,cas)
S3method(as.data.frame,cas)
S3method(as.double,cas)
S3method(as.integer,cas)
S3method(as.list,cas)
S3method(c,cas)
S3method(format,cas)
S3method(print,cas)
export(as.cas)
export(build_ecotox_sqlite)
export(cas)
export(check_ecotox_availability)
export(check_ecotox_build)
export(check_ecotox_version)
export(cite_ecotox)
export(dbConnectEcotox)
export(dbDisconnectEcotox)
export(download_ecotox_data)
export(get_ecotox_info)
export(get_ecotox_path)
export(get_ecotox_sqlite_file)
export(get_ecotox_url)
export(is.cas)
export(list_ecotox_fields)
export(list_ecotox_web_fields)
export(search_ecotox)
export(search_ecotox_lazy)
export(search_query_ecotox)
export(show.cas)
export(websearch_comptox)
export(websearch_ecotox)
importFrom(RSQLite,dbConnect)
importFrom(RSQLite,dbDisconnect)
importFrom(RSQLite,dbExecute)
importFrom(RSQLite,dbWriteTable)
importFrom(dplyr,collect)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,select)
importFrom(dplyr,sql)
importFrom(dplyr,tbl)
importFrom(lifecycle,badge)
importFrom(rlang,"!!!")
importFrom(rlang,":=")