Parse The Incomparable stats.txt files

incomparable_parse_stats(stats_url, cache = TRUE)

Arguments

stats_url

URL to the stats.txt.

cache

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

Value

A tibble.

Examples

if (FALSE) { # \dontrun{
incomparable_parse_stats("https://www.theincomparable.com/salvage/stats.txt")
} # }