R/Oyster_Export.R

Defines functions Oyster_Export

Documented in Oyster_Export

#' @export
Oyster_Export <-
function(subincr_matrix, name_file){
    xlsx::write.xlsx(subincr_matrix,paste(format(Sys.time(),format="%Y%m%d"),name_file, ".xlsx"))
}
nielsjdewinter/ShellTrace documentation built on May 7, 2019, 2:55 a.m.