StartList {prettyR}R Documentation

Write the header for the HTML listing file (htmlize).

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.

Details

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

Value

nil

Author(s)

Jim Lemon


[Package prettyR version 1.4 Index]