player_search: Searches and returns player statistics based on name

View source: R/player_search.R

player_searchR Documentation

Searches and returns player statistics based on name

Description

Searches and returns player statistics based on name

Usage

player_search(name, goalkeeper = FALSE)

Arguments

name

the player(s) name(s); can search for a last name, first name, or partial name

goalkeeper

set to TRUE if the player(s) you are looking for is a goalkeeper, FALSE if they are a field player

Examples

player_search("Harris", goalkeeper = TRUE)

adror1/nwslR documentation built on Oct. 4, 2022, 3:06 a.m.