| NP2009code {biomaRt} | R Documentation |
This function opens an editor displaying the analysis code of the Nature Protocols 2009 paper
NP2009code()
The edit function uses getOption("editor") to select the editor.
Use, for instance, options(editor="emacs") to set another editor.
Steffen Durinck, http://www.stat.berkeley.edu/~steffen, Wolfgang Huber
if(interactive()){
NP2009code()
}