mathjax_uninstall: Uninstall 'mathjax-node'

View source: R/mathjax_node_setup.R

mathjax_uninstallR Documentation

Uninstall 'mathjax-node'

Description

Removes 'mathjax-node'.

'mathjax-node' should be removed with command mathjax_uninstall() because it is not used anymore thanks to package 'katex'.

Usage

mathjax_uninstall()

Value

a single logical value, FALSE if the operation failed, TRUE otherwise.

See Also

Other tools for 'mathjax-node': mathjax_available()

Other tools for 'mathjax-node': mathjax_available()

Examples

if(mathjax_available()) {
  mathjax_uninstall()
}

equatags documentation built on June 14, 2022, 1:05 a.m.