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)

Arguments

fn

character. Athletes forename.

sn

character. Athletes surname.

club

character. The registered club for the athlete

Examples

if (FALSE) { get_athlete(fn = "Harry", sn = "Fisher", club = "Cardiff/Cardiff Met Uni") }