
library(dplyr)
library(ggplot2)
library(purrr)
library(dlstats)
library(flextable)
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()
}
Introduction
When the first version (0.0.1.0) of SwimmeR was released on CRAN in October of 2019 it had very few features - just a couple ...






library(SwimmeR) library(dplyr) library(stringr) library(purrr) library(flextable)Florida Results Florida has a nice results repository, with Hy-Tek real-time results. This will then be similar to last week when we ... [Read more...]
library(SwimmeR) library(dplyr) library(stringr) library(purrr) library(gt)This week in the Swimming + Data Science High School Swimming State-Off Tournament we have the 1-8 match-up, my former home of California (1) vs. the Peach Tree State, Georgia (8)! California normally holds its state championships in May, so the 2020 meet was of course canceled for COVID-19. In my capacity as ...




Copyright © 2025 | MH Corporate basic by MH Themes