R/counts.R

Defines functions counts

Documented in counts

#' 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")
}

Try the qdap package in your browser

Any scripts or data that you put into this service are public.

qdap documentation built on May 31, 2023, 5:20 p.m.