R/preprocessed.R

Defines functions preprocessed

Documented in preprocessed

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

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.