Rdocumentation
powered by
Learn R Programming
prettyR (version 1.0-4)
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.