#' @rdname foobar
#' @export
setGeneric("foobar", function(x, ...) standardGeneric("foobar"))
#' @rdname barbar
#' @export
setGeneric("barbar", function(x, ...) standardGeneric("barbar"))
#' @rdname barbar
#' @export
setGeneric("barbar<-", function(x, ..., value) standardGeneric("barbar<-"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.