Places are awarded on the basis of score, with highest score winning. Ties are placed as ties (both athletes get 2nd etc.)
dive_place(
  df,
  score_col = Finals,
  max_place = NULL,
  keep_nonscoring = TRUE,
  verbose = TRUE
)data frame modified so that places have been appended based on diving score
a data frame with results from swim_parse, including only
diving results (not swimming)
the name of a column in df containing scores on which
to place (order) performances
highest place value that scores #' @param score_col the name
of a column in df containing scores on which to place (order)
performances
are athletes in places greater than max_place
be retained in the data frame.  Either TRUE or FALSE
should warning messages be posted.  Default is TRUE and
should rarely be changed.
dive_place is a helper function used inside of
  results_score