DOIProvider: DOIProvider

DOIProviderR Documentation

DOIProvider

Description

DOIProvider

DOIProvider

Super class

charlatan::BaseProvider -> DOIProvider

Public fields

funs

(list) list of functions to use to apply to DOI creation

Methods

Public methods

Inherited methods

Method render()

Make a random DOI

Usage
DOIProvider$render()

Method clone()

The objects of this class are cloneable with this method.

Usage
DOIProvider$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

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

charlatan documentation built on Sept. 13, 2023, 5:08 p.m.