genericcommonhtml {pinktoe} | R Documentation |
Title says it all. This function could be supplied to pinktoe
as the commonhtml
argument.
genericcommonhtml(file, append)
file |
The name of the HTML file to append the HTML to |
append |
Should be TRUE |
Title says it all, see example below.
No value returned.
Not intended for general user use
Guy P Nason
http://www.stats.bris.ac.uk/~magpn/Research/Pinktoe/Welcome.html
# # The "" makes the output go to standard output (ie on the console) # genericcommonhtml(file="", append=TRUE) #<a href="http://www.stats.bris.ac.uk/~magpn">Return to <EM>Guy Nason's</EM> home page</a> # # Of course this is an example function which you can modify to say whatever you like!