-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
54 lines (53 loc) · 1.4 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
# Generated by roxygen2: do not edit by hand
S3method(lazysf,SFSQLConnection)
S3method(lazysf,character)
S3method(st_as_sf,tbl_SFSQLConnection)
export("%>%")
export(SFSQL)
export(collect)
export(lazysf)
export(st_as_sf)
exportClasses(SFSQLConnection)
exportClasses(SFSQLDriver)
exportClasses(SFSQLResult)
exportMethods(dbClearResult)
exportMethods(dbConnect)
exportMethods(dbDataType)
exportMethods(dbDisconnect)
exportMethods(dbExistsTable)
exportMethods(dbFetch)
exportMethods(dbGetInfo)
exportMethods(dbHasCompleted)
exportMethods(dbIsValid)
exportMethods(dbListTables)
exportMethods(dbReadTable)
exportMethods(dbSendQuery)
exportMethods(dbUnloadDriver)
exportMethods(show)
importFrom(DBI,dbClearResult)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDataType)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbExistsTable)
importFrom(DBI,dbFetch)
importFrom(DBI,dbGetInfo)
importFrom(DBI,dbHasCompleted)
importFrom(DBI,dbIsValid)
importFrom(DBI,dbListTables)
importFrom(DBI,dbReadTable)
importFrom(DBI,dbSendQuery)
importFrom(DBI,dbUnloadDriver)
importFrom(dplyr,collect)
importFrom(magrittr,"%>%")
importFrom(methods,callNextMethod)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setMethod)
importFrom(methods,setOldClass)
importFrom(methods,show)
importFrom(sf,read_sf)
importFrom(sf,sf_extSoftVersion)
importFrom(sf,st_as_sf)
importFrom(sf,st_layers)
importFrom(tibble,tibble)
importFrom(utils,packageVersion)