Description Usage Arguments See Also Examples
Run a custom SQL query
1 | am_custom_query(sql_query, con, ...)
|
sql_query |
the query |
con |
the connection to use, if missing an sqlite con is used |
... |
other arguments to be passed to the sql() fcn |
Other admin:
am_db_duckdb(),
am_db_sqlite(),
am_use_offline_db(),
con_am(),
db_disco(),
db_minify_path(),
db_minify(),
db_sync(),
default_db(),
http_ping()
1 2 3 4 | ## Not run:
am_custom_query("select * from speciesoccursum_r", con = con_am("extdata"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.