getPlayerStats.QH: Get stats for a list of players A function to get all player...

Description Usage Arguments Value

View source: R/scrapePlayersQH.R

Description

Get stats for a list of players A function to get all player stats from a list of players (in the form provided by getPlayerList.QH)

Usage

1
getPlayerStats.QH(player_list, sleep = 30, progress = TRUE)

Arguments

player_list

A player list (data.frame) from getPlayerList.QH

sleep

Time to sleep between player scrapings

progress

Whether to show a progress bar. Default = TRUE.

Value

a list of three data.frames, containing

PlayerStats

Combined player statistics

GoalieStats

Combined goalie statistics

PlayerMeta

Meta statistics for all (goalies and players)


pbulsink/HockeyScrapR documentation built on Sept. 9, 2020, 9:21 a.m.