-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
106 lines (105 loc) · 2.8 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Generated by roxygen2: do not edit by hand
S3method("[",bcdc_recordlist)
S3method(as_tibble,bcdc_promise)
S3method(bcdc_describe_feature,bcdc_record)
S3method(bcdc_describe_feature,character)
S3method(bcdc_describe_feature,default)
S3method(bcdc_get_citation,bcdc_record)
S3method(bcdc_get_citation,character)
S3method(bcdc_get_citation,default)
S3method(bcdc_get_data,bcdc_record)
S3method(bcdc_get_data,character)
S3method(bcdc_get_data,default)
S3method(bcdc_preview,bcdc_record)
S3method(bcdc_preview,character)
S3method(bcdc_preview,default)
S3method(bcdc_query_geodata,bcdc_record)
S3method(bcdc_query_geodata,character)
S3method(bcdc_query_geodata,default)
S3method(bcdc_tidy_resources,bcdc_record)
S3method(bcdc_tidy_resources,character)
S3method(bcdc_tidy_resources,default)
S3method(collect,bcdc_promise)
S3method(dbplyr_edition,wfsConnection)
S3method(filter,bcdc_promise)
S3method(head,bcdc_promise)
S3method(mutate,bcdc_promise)
S3method(names,bcdc_promise)
S3method(print,bcdc_group)
S3method(print,bcdc_promise)
S3method(print,bcdc_query)
S3method(print,bcdc_record)
S3method(print,bcdc_recordlist)
S3method(select,bcdc_promise)
S3method(show_query,bcdc_promise)
S3method(show_query,bcdc_sf)
S3method(sql_translation,wfsConnection)
S3method(tail,bcdc_promise)
export("%>%")
export(BBOX)
export(CONTAINS)
export(CQL)
export(CROSSES)
export(DISJOINT)
export(DWITHIN)
export(EQUALS)
export(INTERSECTS)
export(OVERLAPS)
export(TOUCHES)
export(WITHIN)
export(as_tibble)
export(bcdc_browse)
export(bcdc_check_geom_size)
export(bcdc_describe_feature)
export(bcdc_get_citation)
export(bcdc_get_data)
export(bcdc_get_record)
export(bcdc_list)
export(bcdc_list_group_records)
export(bcdc_list_groups)
export(bcdc_list_organization_records)
export(bcdc_list_organizations)
export(bcdc_options)
export(bcdc_preview)
export(bcdc_query_geodata)
export(bcdc_read_functions)
export(bcdc_search)
export(bcdc_search_facets)
export(bcdc_tidy_resources)
export(collect)
export(filter)
export(mutate)
export(select)
export(show_query)
exportClasses(CQL)
exportClasses(wfsConnection)
exportMethods(dbQuoteIdentifier)
exportMethods(dbQuoteString)
import(DBI)
import(methods)
importFrom(cli,cat_bullet)
importFrom(cli,cat_line)
importFrom(cli,cat_rule)
importFrom(cli,col_blue)
importFrom(cli,col_green)
importFrom(cli,col_red)
importFrom(dbplyr,dbplyr_edition)
importFrom(dbplyr,sql_translation)
importFrom(dplyr,"%>%")
importFrom(dplyr,collect)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,show_query)
importFrom(jsonlite,read_json)
importFrom(methods,setOldClass)
importFrom(readr,read_csv)
importFrom(readr,read_tsv)
importFrom(readxl,read_xls)
importFrom(readxl,read_xlsx)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(sf,read_sf)
importFrom(tibble,as_tibble)
importFrom(utils,head)
importFrom(utils,tail)