You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/add_plots.R
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
#' @param docx_in The file path to the input `.docx` file.
5
5
#' @param docx_out The file path to the output `.docx` file to save to.
6
6
#' @param figures_path The file path to the figures directory.
7
-
#' @param config_yaml The path to config.yaml file that controls figure dimensions
7
+
#' @param config_yaml The file path to the `config.yaml`. Default is `NULL`, a default `config.yaml` bundled with the `reportifyr` package is used.
8
8
#' @param fig_width A global controller. The figure width in inches. Default is `NULL`. If `NULL`, the width is determined by the figure's pixel dimensions.
9
9
#' @param fig_height A global controller. The figure height in inches. Default is `NULL`. If `NULL`, the height is determined by the figure's pixel dimensions.
Copy file name to clipboardExpand all lines: R/finalize_document.R
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
#' @description Reads in a `.docx` file and returns a finalized version with magic strings and bookmarks removed.
4
4
#' @param docx_in The file path to the input `.docx` file.
5
5
#' @param docx_out The file path to the output `.docx` file to save to. Default is `NULL`. If `NULL`, `docx_out` is assigned `doc_dirs$doc_final` using `make_doc_dirs(docx_in = docx_in)`.
6
-
#' @param config_yaml The file path to the `config.yaml`.
6
+
#' @param config_yaml The file path to the `config.yaml`. Default is `NULL`, a default `config.yaml` bundled with the `reportifyr` package is used.
0 commit comments