Nothing
#' Base dos dados specific connection to BigQuery
#'
#' Implements a connection class to prevent a bug caused when trying to use
#' BigQueryConnection. The bug is described in Pull Request #1563. Once fixed,
#' this class and its method should probably be removed.
#'
#' @export
#' @importFrom methods setClass
methods::setClass("BaseDosDadosConnection", contains = "BigQueryConnection")
#' @rdname BaseDosDadosConnection-class
#'
#' @param con A BaseDosDadosConnection object.
#' @importFrom dbplyr dbplyr_edition
#' @export
dbplyr_edition.BaseDosDadosConnection <- function(con) 2L
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.