StartNav {prettyR} | R Documentation |
Initiate the navigation file for an R listing in HTML format.
StartNav(navcon,title="R listing",bgcolor="#dddddd")
navcon |
The connection for writing to the navigation file. |
title |
Title for the navigation window. |
bgcolor |
The background color for the navigation frame. |
‘StartNav’ sets up the file with the navigation frame information for the HTML listing for ‘R2html’.
nil
Philippe Grosjean