This function is exposed to the addin menu to run msource() interactively. The function will run either the currently selected code, or the currently active program. The function sets the "envir" parameter to the global environment and the "clear" parameter to FALSE to enhance the user experience. The function takes no parameters and is only used by the addin menu.

runMSource()

Value

The results of msource, invisibly.

Examples

# \donttest{
# Called from addin menu
runMSource()
# }