get_team_records: Get Match Data for Rugby Teams

Description Usage Arguments

View source: R/espn_team.R

Description

Download data from ESPN's statsguru service. Data includes information on various teams, win ratios, points scored etc.

Usage

1
2
3
4
5
6
get_team_records(
  country = NULL,
  opposition = NULL,
  all = TRUE,
  type = c("team", "player")
)

Arguments

country

Name of home team.

opposition

If searching for results for the home team by specific opposition, the opposition team name can be used here.

all

TRUE by default, returns info on all teams, ignoring the previous parameters.

type

Defaults to "team". Other option is "player", which gets records for individual players by countries selected.


RobertMyles/rugger documentation built on Jan. 13, 2020, 11:33 a.m.