Learn R Programming

prettyR (version 1.1-3)

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",useCSS=NULL)

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.
useCSS
Path and filename of a CSS stylesheet.

Value

  • nil

Details

StartList sets up the file with the listing frame information for the HTML listing.