baytrends (version 1.1.0)

.T: Print out table title (customization of pandoc.emphasis and pandoc.strong )

Description

Print out table title (customization of pandoc.emphasis and pandoc.strong )

Usage

.T(text, n = NULL, t = "e")

Arguments

text

text of table title

n

table number

t

emphasis or stong

Value

n/a

See Also

.F .H .H2 .H3 .H4 .P .T .V

Examples

Run this code
# NOT RUN {
text<-"Hello World!"
.T(text)
.T(text, 4)
.T(text, 4,'e')
.T(text, 4,'s')
# }

Run the code above in your browser using DataCamp Workspace