Learn R Programming

rworkflows (version 1.0.6)

get_authors: Get authors

Description

Get author names from the an R package DESCRIPTION file.

Usage

get_authors(ref = NULL, add_html = FALSE)

Value

Authors as a raw text or HTML string.

Arguments

ref

Reference for a GitHub repository. If NULL (the default), the reference is determined by the URL field in the DESCRIPTION file.

add_html

Add HTML styling to certain fields (e.g "authors").