Learn R Programming

bggAnalytics (version 0.2.1)

custom_fetches: Custom fetching methods for non-scalar variables

Description

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.

Usage

.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)

Value

Type of output might be different for every variable.

Arguments

xml

an XML nodeset.

Functions

  • .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.