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"))
}

Try the shelltrace package in your browser

Any scripts or data that you put into this service are public.

shelltrace documentation built on May 2, 2019, 2:25 a.m.