.V {baytrends} | R Documentation |
Print out text (blended pandoc.emphasis, .verbatim, and .strong)
Description
Print out text (blended pandoc.emphasis, .verbatim, and .strong)
Usage
.V(text = " ", t = "v")
Arguments
text |
text |
t |
emphasis or stong or verbatim |
Value
n/a
See Also
.F .H .H2 .H3 .H4 .P .T .V
Examples
.V("Hello World!",'v')
.V("Hello World!",'e')
.V("Hello World!",'s')
.V("Hello World!")
[Package baytrends version 2.0.12 Index]