Learn R Programming

rosr (version 0.0.10)

eqw: Convert a MathML equation for Microsoft Word

Description

Convert a MathML equation for Microsoft Word

Usage

eqw(connection = "clipboard")

Arguments

connection

a connection object or a character string.

Value

a Word equation

Details

Copy the MathML codes of an equation into your clipboard, and run eq_word(), then paste from your clipboard to MS Word.

Examples

Run this code
# NOT RUN {
# Copy the MathML codes of an equation into your clipboard.
eqw("test")
# Now paste to MS Word.
# }

Run the code above in your browser using DataLab