View source: R/prune_news_md.R
prune_news_md | R Documentation |
Converts an NEWS.md file into a pkgdown formatted NEWS.md file
prune_news_md(pkg = ".", input = "NEWS.md", output = NULL, package = NULL)
pkg |
Package path. |
input |
The name of the input ‘NEWS.md’ file. |
output |
The name of the output ‘NEWS.md’ file. |
package |
The name of the package. If not specified, it is inferred from the ‘DESCRIPTION’ file. |
(invisible) The Markdown output.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.