happy-git-with-r
happy-git-with-r copied to clipboard
render formula in .R script
An example of getting formulas to render when using rmarkdown::render() on an R script.
For example, the following doesn't render as a formula in an R script but does from an RmD: #'$f(k) = {n \choose k} p^{k} (1-p)^{n-k}$