get_athlete: Retrieve data for a specific athlete.

Description Usage Arguments Examples

View source: R/get_athlete.R

Description

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.

Usage

1
get_athlete(fn, sn, club = NULL)

Arguments

fn

character. Athletes forename.

sn

character. Athletes surname.

club

character. The registered club for the athlete

Examples

1
2
3
4
5
## Not run: 

get_athlete(fn = "Harry", sn = "Fisher", club = "Cardiff/Cardiff Met Uni")

## End(Not run)

hfshr/poweRof10 documentation built on Nov. 3, 2021, 12:39 a.m.