Learn R Programming

charlatan (version 0.6.1)

DOIProvider: DOIProvider

Description

DOIProvider

DOIProvider

Arguments

Super class

charlatan::BareProvider -> DOIProvider

Public fields

funs

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

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.

Details

Generate random Digital Object Identifyers, used in scientific journals.

Examples

Run this code
(z <- DOIProvider$new())
z$render()

Run the code above in your browser using DataLab