dot-T function

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

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

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

Arguments

  • text: text of table title
  • n: table number
  • t: emphasis or stong

Returns

n/a

Examples

text<-"Hello World!" .T(text) .T(text, 4) .T(text, 4,'e') .T(text, 4,'s')

See Also

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