Learn R Programming

fulltext (version 2.0)

ftd_prefixes: Prefixes

Description

Prefixes

Usage

ftd_prefixes(id = NULL)

Arguments

id

(character) a DOI prefix. Default is NULL, which gets all

Value

named list of details of the publisher for the DOI prefix

See Also

Other ftdoi: ftd_doi(), ftd_fetch_patterns(), ftd_members(), ftdoi_cache, prefix_local()

Examples

Run this code
# NOT RUN {
ftd_prefixes()
ftd_prefixes(id = '10.1080')

# doesn't work
# ftd_prefixes(id = '10.9999')
# }

Run the code above in your browser using DataLab