| update_rank_helper | R Documentation | 
Create a one-line data frame containing an entry to be appended to an in-progress data frame of all entries
update_rank_helper(
  rank_helper_2,
  e_rank_helper_2,
  k,
  e_helper,
  events_remaining_helper
)
rank_helper_2 | 
 a master data frame of athlete ranks by event  | 
e_rank_helper_2 | 
 a data frame of candidate athlete entries to add to a given event  | 
k | 
 an integer denoting which element of e_rank_helper is under evaluation for addition. Should be 1, 2, 3 or 4 depending on the minimum number of entries  | 
e_helper | 
 the event for which entries are being evaluated  | 
events_remaining_helper | 
 a data frame with two columns,   | 
a one row data frame containing an improved entry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.