Description Usage Arguments Author(s)
printText()
, printLines()
, printMsg()
,
printWarning()
, wrapText()
Printing Functions to format and display outputs from mStats package
1 2 3 4 5 6 7 8 9 10 11 | printText(x, txt, split = NULL, printDF = FALSE)
printLines(x = "_", width = 80)
printMsg(txt = NULL)
printWarning(txt = NULL)
wrapText(txt, width = 70, sep = "\n")
generateLinesDF(x, sep = "-")
|
x |
vector, matrix, dataframe or separator (in case of printLines) |
txt |
texts |
split |
separator for printText |
printDF |
If yes, print as Data.frame |
width |
desired character length to display |
sep |
separator for line break |
For any feedback, please contact Myo Minn Oo
via:
Email: dr.myominnoo@gmail.com
Website: https://myominnoo.github.io/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.