Helper - Validate Play-by-Play Database Path and Table Arguments
Source:R/helpers_stats.R
validate_pbp_db.Rd
Validation helper to determine if the path to the play-by-play database,
pbp_db
, and the database table name, pbp_db_tbl
, are defined as strings.
Details
The function validate_pbp_db
can be utilized to validate whether the
arguments to load a database in get_pbp_data
are valid and defined as
strings.
See also
get_pbp_data
:
Obtain filtered play-by-play data utilizes this helper function