mathjax_uninstall {equatags}R 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()
}

[Package equatags version 0.2.0 Index]