Learn R Programming

datasetsICR (version 1.0)

FIFA: FIFA dataset

Description

Football analytics from the FIFA 19 database.

Usage

data(FIFA)

Arguments

Format

A data.frame with 18207 rows on 80 variables.

Details

The dataset contains the detailed attributes for every player registered in the latest edition of FIFA 19 database. Note that some player names display incorrectly because non-ASCII characters have been removed.

References

Gadiya, K.: FIFA 19 complete player dataset (2018) Giordani, P., Ferraro, M.B., Martella, F.: An Introduction to Clustering with R. Springer, Singapore (2020)

Examples

Run this code
# NOT RUN {
data(FIFA)
# }

Run the code above in your browser using DataLab