This package provides a generic, publisher-independent Rmarkdown template for writing scientific papers and reports in Rmarkdown.
The latest version of this package can be installed from Github executing the following command in R:
::install_github("dmkaplan2000/starticles",build_vignettes=TRUE) remotes
You access the template by one of two approaches:
File
\(\rightarrow\) New file
\(\rightarrow\) R Markdown...
\(\rightarrow\)
From Template
and choosing the
Generic scientific article {starticles}
template.::draft("MYARTICLENAME.Rmd","generic_article","starticles",edit=FALSE) rmarkdown
The latter approach will create a directory named
MYARTICLENAME
within which you will find the Rmarkdown file
MYARTICLENAME.Rmd
. This is the file that should be edited
to create your article.