Description Usage Arguments Value Examples
This function generates either a short or expanded caption for a given figure.
1 2 3 4 5 6 | md_caption(
title,
md = here::here("modals/_captions.md"),
get_details = F,
fig_in_report = T
)
|
title |
The name of a figure. |
md |
The md file containing the list of captions. |
get_details |
A Boolean variable indicating whether a short or expanded caption is required. |
fig_in_report |
A Boolean variable indicating whether the figure described in the caption is present in the condition report. |
A string containing the caption, with html tags inserted.
1 2 3 4 | ## Not run:
md_caption("Figure Ux.Ocean.SST.ERD.map.", get_details = T)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.