#' Generic Preprocessed Method
#'
#' Access the preprocessed dataframes/lists from select qdap outputs.
#'
#' @param x A qdap object (list) with a dataframe/list of preprocessed data
#' (e.g., \code{\link[qdap]{pos_by}}).
#' @param \ldots Arguments passed to preprocessed method of other classes.
#' @export
#' @seealso \code{\link[qdap]{scores}},
#' \code{\link[qdap]{counts}},
#' \code{\link[qdap]{proportions}},
#' \code{\link[qdap]{visual}}
#' @return Returns a data.frame or list of preprocessed data.
preprocessed <-
function(x, ...){
UseMethod("preprocessed")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.