EndHTML {prettyR} | R Documentation |
Append an ending to an HTML file.
EndHTML(con,ending=NULL)
con |
The connection for writing to the HTML file. |
ending |
Any "trailer" information to be added to the file before closing it. |
‘EndHTML’ appends a brief ending to an HTML file.
nil
Jim Lemon