get_athlete.Rd
get_athlete
returns a dataframe with a specified athletes performances. May return more than one athlete
if a club is not specified and there are multiple athletes with the same name.
get_athlete(fn, sn, club = NULL)
fn | character. Athletes forename. |
---|---|
sn | character. Athletes surname. |
club | character. The registered club for the athlete |
if (FALSE) { get_athlete(fn = "Harry", sn = "Fisher", club = "Cardiff/Cardiff Met Uni") }