R/score_stroop.R

Defines functions score_stroop

Documented in score_stroop

#' RM2C2: Scoring, Summarizing

#' @name score_stroop
#' @export
score_stroop <- function(df) {
  PACKAGE.VERSION <- packageVersion("RM2C2")
  scored <- df %>%
    mutate(PACKAGE.VERSION = PACKAGE.VERSION)
  return(scored)
}
nelsonroque/RM2C2 documentation built on Dec. 31, 2019, 4:54 a.m.