Nothing
#' Generic Counts Method
#'
#' Access the count dataframes from select qdap outputs.
#'
#' @param x A qdap object (list) with a count dataframe (e.g.,
#' \code{\link[qdap]{fry}}).
#' @param \ldots Arguments passed to counts method of other classes.
#' @export
#' @seealso \code{\link[qdap]{scores}},
#' \code{\link[qdap]{proportions}},
#' \code{\link[qdap]{preprocessed}},
#' \code{\link[qdap]{visual}}
#' @return Returns a data.frame of counts.
counts <-
function(x, ...){
UseMethod("counts")
}
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.