Learn R Programming

prettyR (version 1.1-3)

EndHTML: End an HTML file

Description

Append an ending to an HTML file.

Usage

EndHTML(con,ending=NULL)

Arguments

con
The connection for writing to the HTML file.
ending
Any "trailer" information to be added to the file before closing it.

Value

  • nil

Details

EndHTML appends a brief ending to an HTML file.