#' @import DBI methods
NULL
#' Driver for the data.world API.
#'
#' @keywords internal
#' @export
setClass('Data.WorldDriver', contains='DBIDriver')
setMethod('show', 'Data.WorldDriver',
function(object) cat('<Data.WorldDriver>\n'))
#' @export
Data.World <- function() new("Data.WorldDriver")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.