BeginNav {prettyR} | R Documentation |
Initiate the navigation file for an R listing in HTML format.
BeginNav(navcon,bgcolor="#dddddd")
navcon |
The connection for writing to the navigation file. |
bgcolor |
The background color for the navigation frame. |
‘BeginNav’ sets up the file with the navigation frame information for the HTML listing for the ‘htmlize’ function.
nil
Jim Lemon