#' Encode using run-length encoding
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Modified object, with data encoded into `Rle` class.
#'
#' @examples
#' showMethods("encode")
setGeneric(
name = "encode",
def = function(x, ...) {
standardGeneric("encode")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.