custom_fetches | R Documentation |
This methods are written for more complicated structures (called variables
here) that can't be contained into a simple atomic vector. They are called by
name within .fetch_internal
.
.fetch_pollplayers(xml)
.fetch_pollage(xml)
.fetch_polllanguage(xml)
.fetch_ranks_gms(xml)
.fetch_ranks_cllctn(xml)
.fetch_bestplayers(xml)
.fetch_recplayers(xml)
.fetch_notrecplayers(xml)
xml |
an XML nodeset. |
Type of output might be different for every variable.
.fetch_pollplayers()
: Method for pollplayers of bggGames.
.fetch_pollage()
: Method for pollage of bggGames.
.fetch_polllanguage()
: Method for polllanguage of bggGames.
.fetch_ranks_gms()
: Method for ranks of bggGames.
.fetch_ranks_cllctn()
: Method for ranks of bggCollection.
.fetch_bestplayers()
: Method for bestplayers of bggGames.
.fetch_recplayers()
: Method for recplayers of bggGames.
.fetch_notrecplayers()
: Method for bestplayers of bggGames.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.