Learn R Programming

StatsBombR (version 0.1.0)

goalkeeperinfo: This function returns the goalkeeper information from the shot freeze frame variable.

Description

For use with the StatsBomb Data API credentials. After StatsBomb data is read in from the API, JSON file, this function will pull all of the goalkeeper information from the freeze frames.

Usage

goalkeeperinfo(dataframe)

Arguments

dataframe

Dataframe object gathered from the StatsBomb API.

Value

df

Returns a data frame with all of the goalkeeper information.

Examples

Run this code
# NOT RUN {
dataframe <- goalkeeperinfo(dataframe)
# }

Run the code above in your browser using DataLab