#' @title Placeholder for generics functions documentation
#'
#' @name AllGenerics
#' @rdname AllGenerics
#'
#' @importFrom methods setGeneric
NULL
setGeneric("Keep_Datasets_from_Object",
function(object, range)
standardGeneric("Keep_Datasets_from_Object"))
setGeneric("Add_Datasets_to_Object",
function(object, dataset, name)
standardGeneric("Add_Datasets_to_Object"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.