| hy3_places | R Documentation | 
Used to pull prelims and finals places from .hy3 files as part of parsing them.
hy3_places(
  file,
  type = c("prelims", "relay_prelims", "finals", "relay_finals")
)
file | 
 an output of read_results, from an .hy3 file  | 
type | 
 type of times, either "prelims", "relay_prelims", "finals" or "relay_finals"  | 
a data frame where column 1 is times and column 2 is row number
hy3_places is run inside of hy3_parse
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.