get_round_info: get_round_info

View source: R/round_functions.R

get_round_infoR Documentation

get_round_info

Description

This function fetches basic summary information on FPL Gameweeks.

Usage

get_round_info(round = NULL, season = NULL)

Arguments

round

The FPL Gameweek number for which basic summary information is requested, e.g. 20. You can list multiple rounds, e.g. with c(). If blank, the function fetches all Gameweeks.

season

To retrieve prior season data, enter a 2-digit year corresponding to the start of the historical FPL season of interest (e.g. '18' for the 2018/2019 season).

Examples

get_round_info(2:4)

wiscostret/fplscrapR documentation built on June 12, 2022, 8:03 a.m.