custom_fetches: Custom fetching methods for non-scalar variables

custom_fetchesR Documentation

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)

Arguments

xml

an XML nodeset.

Value

Type of output might be different for every variable.

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.


bggAnalytics documentation built on Aug. 31, 2022, 5:09 p.m.