packageAuthor: Package Author Information

Description Usage Arguments Value Examples

Description

Parses and returns author-associated information of a package.

Usage

1
packageAuthor(pkg, lib.loc = NULL)

Arguments

pkg

a character string with the package name.

lib.loc

a character vector of directory names of R libraries, or 'NULL'. The default value of 'NULL' corresponds to all libraries currently known.'

Value

a character vector, with each element represents an author name. When the package isn't available, an empty vector would be returned.

Examples

1
packageAuthor('base')

jzsh2000/jzshr documentation built on May 20, 2019, 6:29 a.m.