bgg_gameurl {bggAnalytics} | R Documentation |
Get BoardGameGeek URLs for games with given IDs
Description
This function is a simple wrapper that returns URLs to given games by using their IDs.
Usage
bgg_gameurl(ids)
Arguments
ids |
a numeric vector of positive integers. |
Value
A character vector of the same length as x
, contains URLs.
Author(s)
Jakub Bujnowicz bujnowiczgithub@gmail.com
Examples
bgg_gameurl(1:10)
[Package bggAnalytics version 0.2.1 Index]