get_authors: Get authors

View source: R/get_authors.R

get_authorsR Documentation

Get authors

Description

Get author names from the an R package DESCRIPTION file.

Usage

get_authors(ref = NULL, add_html = FALSE)

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").

Value

Authors as a raw text or HTML string.


rworkflows documentation built on Nov. 2, 2023, 5:21 p.m.