Package Author

Usage

p_author(package = "base")

Arguments

package
Name of the package you want the author of.

Package Author

Package Author

Description

Returns the author of a package.

Examples

p_author(pacman)
[1] "Tyler Rinker [aut, cre, ctb], Dason Kurkiewicz [aut, ctb]"
p_author()
[1] "R Core Team and contributors worldwide"