Description Usage Arguments Value Examples
View source: R/latex_math_letters.R
Wrap the leading letters in t-test, F-statistic, p-value, etc. in $ to toggle LaTeX math mode. Any combination to leading letter and trailing word will also be modified (i.e. if t-test and F-statistic are given, t-statistic and F-test will also be matched).
1 | latex_math_letters(string, convert = NULL, append = TRUE)
|
string |
A character vector. |
convert |
A character vector of hyphenated words to wrap. |
append |
Boolean, should the words in |
string
with leading letters wrapped in $
.
1 | latex_math_letters("The t-test and z-score.", "z-score")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.