templates: Convert Rmd to a journal-formatted manuscript.

Description Usage Arguments Value See Also

View source: R/templates.R

Description

Convert Rmd to a journal-formatted manuscript.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
templates()

default_manuscript(fig_width = 7, fig_height = 6, keep_md = TRUE)

diabetologia_manuscript(fig_width = 7, fig_height = 6, keep_md = TRUE)

diabetes_manuscript(fig_width = 7, fig_height = 6, keep_md = TRUE)

diabetes_care_manuscript(fig_width = 7, fig_height = 6, keep_md = TRUE)

diabetes_manuscript(fig_width = 7, fig_height = 6, keep_md = TRUE)

jlr_manuscript(fig_width = 7, fig_height = 6, keep_md = TRUE)

Arguments

fig_width

Default width (in inches) for figures

fig_height

Default width (in inches) for figures

keep_md

Keep the markdown file generated by knitting.

Value

Creates a Word document (or whatever is required) that is formatted according to the requirements of a journal.

See Also

See word_document for a more detailed explanation of what is going on and how to use these templates.


lwjohnst86/fost documentation built on May 21, 2019, 9:04 a.m.