#' Add inventory
#' @param ... args passed on to \code{\link{sv_update_inventory}}
#' @export
sv_add_inventory <- function(...) {
sv_update_inventory(..., type = "add")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.