Description Usage Details Value Author(s) See Also Examples
docr.author
1 | docr.author(full_name = NULL, email = NULL)
|
Set the author line for any documentation or R scripts.
The formatted roxygen line for the author.
Carl S.A. Boneri, carl.boneri@whyles.com
Other Documentation functions: docr.clean_fun,
docr.defaults_prompt,
docr.defaults,
docr.describe_df,
docr.example_df, docr.family,
docr.fun, docr.has_defaults,
docr.install_r_only,
docr.make_license,
docr.meta_private,
docr.meta_public, docr.param
1 2 3 4 5 6 7 | me <- list(name = "Carl S.A. Boneri", email = "carl.boneri@whyles.com")
docr.author(me$name, me$email)
# The function handles improperly specified email addresses containing only
# one \code{'@'} symbol.
#' @author Carl S.A. Boneri, \email{carl.boneri@whyles.com}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.