get_zenodo: get_zenodo

View source: R/zen4R_getter.R

get_zenodoR Documentation

get_zenodo

Description

get_zenodo allows to get a Zenodo record, identified by its DOI or concept DOI.

Usage

get_zenodo(doi, logger = NULL)

Arguments

doi

a Zenodo DOI or concept DOI

logger

a logger to print messages. The logger can be either NULL, "INFO" (with minimum logs), or "DEBUG" (for complete curl http calls logs)

Value

an object of class data.frame giving the record versions including date, version number and version-specific DOI.

object of class ZenodoRecord

Examples

## Not run: 
 get_zenodo("10.5281/zenodo.2547036")

## End(Not run)
                

zen4R documentation built on Sept. 20, 2023, 9:06 a.m.