#' Execute a `dbplyr` query on the database architecture
#'
#' @param dbp A `dbplyr` object.
#' @param name A database table name.
#' @return A `dbplyr` object pointing to the newly-created table.
#' @examples
#'
as_db_tibble <- function(dbp, name) {
print("Hello, world!")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.