# NOT RUN {
# Men's heptathlon
marks(scores = rep(800, 7),
gender = "male", combined_event = "heptathlon")
# Women's pentathlon
marks(scores = c(`60mH` = 981, HJ = 875, SP = 799, LJ = 956, `800m` = 1000),
"female", "pentathlon")
# Men's events
marks(scores = c(LJ = 790, LJ = 810, HJ = 850, HJ = 900, PV = 900, PV = 915),
"male")
# }
Run the code above in your browser using DataLab