A keyword that allows getting different variants of the table
based on the size of player base. The default "small" table has the
lowest number of players/records. Increasing in size, we can also opt for
the "medium", "large", or "xlarge" versions.
quality
The data quality level of the returned dataset. There are two
options: (1) "perfect" provides a pristine table with no errors at all
and (2) "faulty" gives you a table with a multitude of errors.
type
The table return type. By default, this is a "tibble" but a
"data.frame" can instead be returned if using that keyword. If you have
the duckdb package installed, you can instead obtain the table as an
in-memory DuckDB database table.