Description Usage Arguments Examples
Retrieves the T-SQL code behind any Tbl even after R transformations
1  | dbplyr_to_sql(TibbleDbPointer, con = db$con)
 | 
TibbleDbPointer | 
 A tbl()  | 
con | 
 is a dbConnect DBI connection object to a SQL Database  | 
1  | dbplyr_to_sql(tbl("TableName", db$con) db$con)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.