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

Description Usage Arguments Details Value Author(s)

Description

Initiate the listing file for an R listing in HTML format.

Usage

1
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


prettyR documentation built on May 2, 2019, 2:16 a.m.

Related to StartList in prettyR...