R/saveToDisk.R

Defines functions saveToDisk

Documented in saveToDisk

#' Save the relevant results of an operation to disk
#' @param result The result produced from a specific operation
#' @inheritParams applyOperation
#' @export

saveToDisk <- function(result, config, seq_dat)
{
  UseMethod('saveToDisk')
}
HIVDiversity/MotifBinner2 documentation built on May 6, 2019, 6:44 p.m.