Learn R Programming

StatsBombR (version 0.1.0)

shotinfo: This function returns extra shot information.

Description

For use with StatsBomb Data. After StatsBomb data is read in from the API, JSON file, this function will add new shot information variables.

Usage

shotinfo(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 {
shotinfo(dataframe)
# }

Run the code above in your browser using DataLab