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")
}
trinker/qdap documentation built on Sept. 30, 2020, 6:28 p.m.