Skip to contents

Adds the Fox Sports data tables (balls, players, details) to an existing database. Non-destructive: preserves all existing data.

Usage

add_foxsports_tables(path = NULL)

Arguments

path

Character. Database file path. If NULL, uses default.

Value

Invisibly returns TRUE if tables were created or already existed. Returns invisible FALSE if the database file was not found.

Examples

if (FALSE) { # \dontrun{
add_foxsports_tables()
} # }