Nothing
#' @rdname hidden_aliases
#' @usage NULL
dbWriteTable_DBIConnection_Id_ANY <- function(conn, name, value, ...) {
dbWriteTable(conn, dbQuoteIdentifier(conn, name), value, ...)
}
#' @rdname hidden_aliases
#' @export
setMethod("dbWriteTable", signature("DBIConnection", "Id", "ANY"), dbWriteTable_DBIConnection_Id_ANY)
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.