#' Make sample data
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `DataFrame`.
#' @examples
#' showMethods("makeSampleData")
setGeneric(
name = "makeSampleData",
def = function(object, ...) {
standardGeneric("makeSampleData")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.