#' Simulated HeavySet dataframe
#'
#' This dataset is simulated using the `HeavySetR` function `simData`. It contains all columns that a HeavySet exported csv file would have.
#'
#' @format A dataframe with 800 rows and 7 columns
#' \describe{
#' \item{Date}{Data, formatted as yyyy-mm-dd}
#' \item{Workout Name}{The name of the workout}
#' \item{Exercise Name}{The name of the exercise}
#' \item{Reps}{number of reps}
#' \item{Weight (kg)}{Weight in kg}
#' \item{Weight (lbs)}{Weight in lbs, calculated form the weight in kg.}
#' \item{Notes}{Column that could contains notes. This is empty in the simualted dataframe}
#' }
"simulatedHSData"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.