retrieve <- function(x) UseMethod("retrieve")
create <- function(x) UseMethod("create")
append <- function(x) UseMethod("append")
archive <- function(x) UseMethod("archive")
unarchive <- function(x) UseMethod("unarchive")
query <- function(x) UseMethod("query")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.