R/Oyster_phase_export.R

Defines functions Oyster_phase_export

Documented in Oyster_phase_export

#' @export
Oyster_phase_export <-
function(phase_stat, el_time, M_el_mat, M_el_mat_c, name_shell){
    xlsx::write.xlsx(phase_stat,paste(format(Sys.time(),format="%Y%m%d"),name_shell, " phase_stat.xlsx"))
    xlsx::write.xlsx(el_time,paste(format(Sys.time(),format="%Y%m%d"),name_shell, " el_time.xlsx"))
    xlsx::write.xlsx(M_el_mat,paste(format(Sys.time(),format="%Y%m%d"),name_shell, " M_el_mat.xlsx"))
    xlsx::write.xlsx(M_el_mat_c,paste(format(Sys.time(),format="%Y%m%d"),name_shell, " M_el_mat_c.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.