Skip to content
duncanwerner edited this page Jul 12, 2014 · 5 revisions

The console is available from the BERT menu on the Excel Add-ins tab. It provides a shell to interact with the R environment. It can be useful for debugging, profiling, and testing R functions. You can also use the console to interact with the Excel API from R.

The BERT Console

This is not the standard R console (although we made it look similar), but it is a standard R environment so anything you normally do - installing packages, drawing plots, calling ?help - will work as expected.

Clone this wiki locally