# NOT RUN {
# }
# NOT RUN {
# Get old working directory
oldwd <- getwd()
# Set temporary directory
setwd(tempdir())
# Read db
data("training_load", package = "ACWR")
# Convert to data.frame
training_load <- data.frame(training_load)
# Select the first subject
training_load_1 <- training_load[training_load[["ID"]] == 1, ]
# Calculate ACWR
result_RAU <- RAU(TL = training_load_1$TL,
weeks = training_load_1$Week,
training_dates = training_load_1$Training_Date)
# set user working directory
setwd(oldwd)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab