powered by
This function scraps BoardGameGeek website for IDs of games with given places in the games ranking.
places
bgg_topgames(places = 1:100)
Numeric vector of IDs.
a numeric vector of positive integers.
Jakub Bujnowicz bujnowiczgithub@gmail.com
bgg_topgames() x <- 1:5 * 25 + 5 ids <- bgg_topgames(sample(x)) gm <- bggGames$new(ids) gm$expand(c("name", "rank")) gm
Run the code above in your browser using DataLab