bgg_topgames | R Documentation |
This function scraps BoardGameGeek website for IDs of games with given
places
in the games ranking.
bgg_topgames(places = 1:100)
places |
a numeric vector of positive integers. |
Numeric vector of IDs.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.