Skip to contents

Returns completed matches that don't yet have ball-by-ball data scraped. Useful for identifying what still needs scraping.

Usage

get_unscraped_matches(
  format = "all",
  gender = "all",
  source = c("remote", "local")
)

Arguments

format

Character. "t20i", "odi", "test", or "all" (default).

gender

Character. "male", "female", or "all" (default).

source

Character. "remote" (default) or "local".

Value

Data frame of unscraped fixtures.

Examples

if (FALSE) { # \dontrun{
# T20Is that need scraping
get_unscraped_matches(format = "t20i")
} # }