.F | R Documentation |
Print out figure title (customization of pandoc.emphasis and pandoc.strong )
.F(text, n = NULL, t = "e")
text |
text of figure title |
n |
figure number |
t |
emphasis or stong |
n/a
.F .H .H2 .H3 .H4 .P .T .V
text<-"Hello World!"
.F(text)
.F(text, 4)
.F(text, 4,'e')
.F(text, 4,'s')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.