-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 882 Bytes
/
NAMESPACE
File metadata and controls
35 lines (34 loc) · 882 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
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand
S3method("$",GgsqlReader)
S3method("$",GgsqlSpec)
S3method("$",GgsqlWriter)
S3method("$",ggsql_tables)
S3method("[[",GgsqlReader)
S3method("[[",GgsqlSpec)
S3method("[[",GgsqlWriter)
S3method("[[",ggsql_tables)
S3method(names,ggsql_tables)
S3method(print,ggsql_tables)
S3method(print,ggsql_validated)
export(duckdb_reader)
export(ggsql_execute)
export(ggsql_execute_sql)
export(ggsql_has_visual)
export(ggsql_is_valid)
export(ggsql_layer_count)
export(ggsql_layer_data)
export(ggsql_layer_sql)
export(ggsql_metadata)
export(ggsql_register)
export(ggsql_render)
export(ggsql_sql)
export(ggsql_stat_data)
export(ggsql_stat_sql)
export(ggsql_unregister)
export(ggsql_validate)
export(ggsql_visual)
export(ggsql_warnings)
export(vegalite_writer)
importFrom(rlang,on_load)
importFrom(rlang,run_on_load)
useDynLib(ggsql, .registration = TRUE)