createIndxFile {prettyR} | R Documentation |
Write an index file for the current R2html output.
createIndxFile(HTMLfile,navfile,listfile,title="R listing")
HTMLfile |
The file name for the HTML files. |
navfile |
The name for the HTML navigation frame file. |
listfile |
The name for the HTML listing file. |
title |
The title for the listing. |
createIndxFile
opens a new HTML index file. If there is another
file with the same name, it will be overwritten. This is intentional,
as the user may want to run R2html
repeatedly without generating
multiple sets of files. It then writes the frameset definition into the
file and closes it.
nil
Philippe Grosjean