pacman (version 0.5.1)

p_author: Package Author

Description

Returns the author of a package.

Usage

p_author(package = "base")

Arguments

package

Name of the package you want the author of.

See Also

packageDescription

Examples

Run this code
# NOT RUN {
p_author(pacman)
p_author()
# }

Run the code above in your browser using DataCamp Workspace