biomaRt (version 2.28.0)

NP2009code: Display the analysis code from the 2009 Nature protocols paper

Description

This function opens an editor displaying the analysis code of the Nature Protocols 2009 paper

Usage

NP2009code()

Arguments

Details

The edit function uses getOption("editor") to select the editor. Use, for instance, options(editor="emacs") to set another editor.

See Also

edit

Examples

Run this code
if(interactive()){
NP2009code()
}

Run the code above in your browser using DataCamp Workspace