get_authors {rworkflows} | R 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 |
add_html |
Add HTML styling to certain fields (e.g "authors"). |
Value
Authors as a raw text or HTML string.
[Package rworkflows version 1.0.1 Index]