Extract subcategory index for given show

incomparable_get_subcategories(
  archive_url = "https://www.theincomparable.com/gameshow/archive/",
  cache = TRUE
)

Arguments

archive_url

E.g. "https://www.theincomparable.com/theincomparable/archive/".

cache

(logical(1)) Toggle the httr2 HTTP cache. Default TRUE.

Value

A tibble with subcategory links and category names.

Examples

if (FALSE) { # \dontrun{
incomparable_get_subcategories("https://www.theincomparable.com/gameshow/archive/")
} # }