library(SwimmeR) library(dplyr) library(stringr) library(flextable) library(rbenchmark) flextable_style <- function(x) { x %>% flextable() %>% bold(part = "header") %>% # bold header bg(bg = "#D3D3D3", part = "header") %>% # puts gray background behind the header row align_nottext_col(align = "center", header = TRUE, footer = TRUE) %>% # center alignment autofit() }New Features SwimmeR can now parse S.A.M.M.S. style results. S.A.M....
Copyright © 2022 | MH Corporate basic by MH Themes