R/doitall.R

Defines functions doitall

Documented in doitall

#' Perform readtxt, cleanme, and distme in one step
#'
#' @name doitall
#' @export doitall

doitall <- function() {
  return(distme(cleanme(readme())))
}
Reilly-ConceptsCognitionLab/semdistflow documentation built on Jan. 29, 2023, 1:11 p.m.