For some athlete's, an audio file where they speak their name is available on the FIS page. This functions opens that page in the browser.
Arguments
- athlete
a list or data frame with the field/column
competitor_idthat describe a single athlete. The easiest way to create such a data frame is through the functionsquery_athletes(),query_race(), orquery_standings(). These functions can return multiple athletes, butplay_athlete_name()only plays the audio file for one athlete. If multiple athletes are passed, only the first one will be used.- file
if given, the audio file will be stored to the given path. The file is in the mp3 format and the file ending will be added automatically. Any user provided file ending will be ignored.
