Create (and optionally edit) a new distill article.
create_article(
file,
template = "distill_article",
package = "distill",
create_dir = FALSE,
edit = TRUE
)
File name for the draft
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 rmarkdown/templates
directory of a package.
(Optional) Name of package where the template is located.
TRUE
to create a new directory for the document
(defaults to FALSE
).
TRUE
to edit the template immediately