Rdocumentation
powered by
Learn R Programming
prettyR (version 1.0-4)
StartList: Write the header for the HTML listing file
Description
Initiate the listing file for an R listing in HTML format.
Usage
StartList(listcon,title="R listing",bgcolor="#dddddd")
Arguments
listcon
The connection for writing to the listing file.
title
The title and heading for the listing frame.
bgcolor
The background color for the listing frame.
Value
nil
Details
StartList
sets up the file with the listing frame information for the HTML listing.