| desc_get_author | R Documentation | 
Query authors by role in Authors@R, in DESCRIPTION
desc_get_author(role = "cre", file = ".")
role | 
 Role to query. Defaults to the package maintainer.  | 
file | 
 DESCRIPTION file to use. By default the DESCRIPTION file of the current package (i.e. the package the working directory is part of) is used.  | 
A person object, see utils::person().
Other Authors@R: 
desc_add_author_gh(),
desc_add_author(),
desc_add_me(),
desc_add_orcid(),
desc_add_role(),
desc_change_maintainer(),
desc_coerce_authors_at_r(),
desc_del_author(),
desc_del_role(),
desc_get_authors(),
desc_get_maintainer(),
desc_set_authors()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.