Description Usage Arguments Value
Pass a query to a database and get a table back
1 |
conn |
pass in connection string if created elsewhere (this is optional) |
query |
a text query in quotes ('select * from tbl') or a network path to a saved sql query (/path/saved_query.sql) |
cast_as_tibble |
make the output a tibble |
simplify_dates |
transform all dates in returned table from datetime to just date |
a table of data output specified by the query
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.