CurrencyProvider: CurrencyProvider

CurrencyProviderR Documentation

CurrencyProvider

Description

currencies

Super class

charlatan::BareProvider -> CurrencyProvider

Public fields

formats

(character) currency formats character vector

Methods

Public methods

Inherited methods

Method render()

get a currency

Usage
CurrencyProvider$render()
Returns

(character string) of length 3


Method clone()

The objects of this class are cloneable with this method.

Usage
CurrencyProvider$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

z <- CurrencyProvider$new()
z$render()

ropensci/charlatan documentation built on Oct. 24, 2023, 9:15 a.m.