Learn R Programming

bggAnalytics (version 0.2.1)

bgg_gameurl: 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)

Value

A character vector of the same length as x, contains URLs.

Arguments

ids

a numeric vector of positive integers.

Author

Jakub Bujnowicz bujnowiczgithub@gmail.com

Examples

Run this code
bgg_gameurl(1:10)

Run the code above in your browser using DataLab