r2cff: Convert from R DESCRIPTION into CFF

Description Usage Arguments Value Author(s) Examples

View source: R/r2cff.R

Description

Converts an R package DESCRIPTION file to Citation File Format

Usage

1
r2cff(description_file = "DESCRIPTION", export = FALSE)

Arguments

description_file

Path and name of the DESCRIPTION file

export

if TRUE, the output is saved as CITATION.cff

Value

The package's DESCRIPTION file converted to CFF

Author(s)

Waldir Leoncio

Examples

1
2
massRdesc <- system.file("extdata", "DESCRIPTION-MASS", package="RCFF")
r2cff(massRdesc)

ocbe-uio/RCFF documentation built on Dec. 22, 2021, 4:13 a.m.