knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(HeavySetR) library(knitr)
df <- simData(100, 63) kable(head(df))
plotTimespans(df)
plotVolume(df, group_workouts = FALSE, fit = "lm", facet = TRUE)
records <- getRecords(df) knitr::kable(records) OverheadPress <- records %>% dplyr::filter(exerciseName == "Overhead Press") oneRM(r = OverheadPress[[2]], w = OverheadPress[[3]], method = "All", plot = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.