Nothing
#' Cumulative Scores
#'
#' \code{cumulative} - Generate rolling/cumulative scores for select \pkg{qdap}
#' objects.
#'
#' @param x A qdap object with an accompanying \code{cumulative} method.
#' @param \ldots ignored
#' @rdname cumulative
#' @export
cumulative <- function(x, ...) {
x
UseMethod("cumulative")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.