FreeJoinPlayerNickname: This function returns and joins player nicknames from the...

FreeJoinPlayerNicknameR Documentation

This function returns and joins player nicknames from the free lineups API into the event data.

Description

This function joins player nicknames for players in the free matches available from StatsBomb.com.

Usage

FreeJoinPlayerNickname(events)

Arguments

events

Data frame of the event data that you want to join nicknames too. The match_ids must be present in the events data.

Value

df

Returns a data frame with all events and nicknames joined.

Examples

events <- FreeJoinPlayerNickname(events)

statsbomb/StatsBombR documentation built on Dec. 3, 2024, 11:53 p.m.