Skip to contents

Adds the Cricinfo Hawkeye data tables (balls, matches, innings, fixtures) to an existing database. Non-destructive: preserves all existing data.

Usage

add_cricinfo_tables(path = NULL)

Arguments

path

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

Value

Invisibly returns TRUE on success

Examples

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