create_article {distill} | R Documentation |
Create a new article
Description
Create (and optionally edit) a new distill article.
Usage
create_article(
file,
template = "distill_article",
package = "distill",
create_dir = FALSE,
edit = TRUE
)
Arguments
file |
File name for the draft |
template |
Template to use as the basis for the draft. This is either
the full path to a template directory or the name of a template directory
within the |
package |
(Optional) Name of package where the template is located. |
create_dir |
|
edit |
|
[Package distill version 1.6 Index]