Create a structured article template directory for a specified journal
Source:R/create_article_template.R
create_article_template.RdGenerates a ready-to-use article template for a journal supported by the
rticles package. The function creates the draft with
rmarkdown::draft(), sets up a clean directory structure (a separate
sections/ folder and an abstract.Rmd file), moves the abstract texts out
of the YAML front-matter, inserts child-document chunks for five default
sections, and formats the <journal_name>_article.Rmd file with
section chunks and an abstract.
Arguments
- journal_name
Character string giving the name of the journal. Must be one of the journals returned by
rticles::journals().