citation2zenodo: citation2zenodo

View source: R/citation2zenodo.R

citation2zenodoR Documentation

citation2zenodo

Description

Converts an object of class citation into a .zenodo.json file. This file is an (officially unsupported) method to provide ZENODO with metadata information about the package and will overwrite the information ZENODO would otherwise auto-generate from the repository.

Usage

citation2zenodo(cit, folder = NULL)

Arguments

cit

an object of class citation as returned for instance by the function citation, or the name of a R package to be used as source.

folder

a folder the file should be written to. If NULL the content is instead printed.

Author(s)

Jan Philipp Dietrich

Examples


cit <- citation_doi("citation")
citation2zenodo(cit)


citation documentation built on March 31, 2023, 11:31 p.m.