Description Usage Arguments Value Examples
View source: R/sql_connectons.R
Thin wrapper around tbl from dbplyr. Allows the user to use some of the common dplyr function on an object without importing it to R.
1 | get_tbl(tbl, con = get_connection_windows(), schema = "dwh")
|
tbl |
Name of the table in the datawarehouse |
con |
Connection to the datawarehouse |
schema |
tbl object to use with warehouse. See https://dbplyr.tidyverse.org/
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.