#' Drop factor levels
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Modified object.
#'
#' @examples
#' showMethods("droplevels2")
setGeneric(
name = "droplevels2",
def = function(x, ...) {
standardGeneric("droplevels2")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.