| rmd_equations {spAddins} | R Documentation | 
Format as LaTeX equation
Description
Select a piece of text with a cursor and call these functions as an add-in
to enclose the text with special symbols. Text between $.$ is
interpreted as an inline equation and between $$.$$ or \[.\]
as a block equation in R Markdown.
Usage
rmd_equation_inline()
rmd_equation_block()
rmd_equation_block2()
See Also
Other R Markdown formatting add-ins: format_rmd,
rmd_list
[Package spAddins version 0.2.0 Index]