printText | R Documentation |
Printing Functions to format the outputs from mStats package
printText(x, txt, split = NULL) printLines(x = "=", width = 80, nextLine = TRUE) printMsg(txt = NULL) warningText(txt = NULL) wrapText(txt, width = 80, sep = "\n")
x |
vector, matrix, dataframe or separator (in case of printLines) |
txt |
texts |
split |
separator for printText |
width |
desired character length to display |
nextLine |
logical value, indicating of next line, |
sep |
separator for line break |
Myo Minn Oo (Email: dr.myominnoo@gmail.com | Website: https://myominnoo.github.io/)
## Not run: x <- rnorm(100) plot(x) clear() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.