Description Usage Arguments Value Examples
Parses and returns author-associated information of a package.
1 | packageAuthor(pkg, lib.loc = NULL)
|
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.' |
a character vector, with each element represents an author name. When the package isn't available, an empty vector would be returned.
1 | packageAuthor('base')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.