R/clearExperiment.R

Defines functions clearExperiment

Documented in clearExperiment

#' A convenience function for running hypotheses
#' 
#' @keywords package loading
#' @author Richard D. Yentes \email{ryentes@ncsu.edu}
#' @param hypothesis specifies the research question or hypothesis
#' @export
clearExperiment <- function(hypothesis) {
  rmfiles(glue::glue('logs/{hypothesis}/'))
  rmfiles(glue::glue('artifacts/{hypothesis}/ls/'))
  rmfiles(glue::glue('artifacts/{hypothesis}/eo/'))
  rmfiles(glue::glue('artifacts/{hypothesis}/md/'))
}
ryentes/rdy-dissertation-tools documentation built on Dec. 5, 2019, 10:23 p.m.