Description Usage Arguments Value Examples
Retrieve the NEWS file of a package as a character vector.
1 |
package |
Character string giving the name of an R package. |
installed_only |
Only check installed packages. |
allow_changelog |
Whether to try and find a ChangeLog file if the NEWS can't be found. |
width |
An optional positive integer - see |
A character vector containing the contents of the package's NEWS file
(or possibly the ChangeLog file, if allow_changelog = TRUE
). An error is
thrown if no news could be found.
1 | ## Not run: news("pkgnews")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.