partycommonhtml {pinktoe} | R Documentation |
Often at the end of an HTML file code which is common across a set of pages is put. For example, a link back to some contents page. This function produces such code for the EDM example.
partycommonhtml(file, append)
file |
The HTML file to append the code to |
append |
Should always be TRUE |
Generates HTML code which is going to be common to all pages generated by a given
pinktoe
run.
No value
Not intended for general user use
Guy P Nason
http://www.stats.bris.ac.uk/~magpn/Research/Pinktoe/Welcome.html
# # A simple example where filename="" to show result on the screen # partycommonhtml("", TRUE) # <a href="http://www.stats.bris.ac.uk/~magpn/Research/Politics/whovote.htm">Return to <EM>Who to Vote For</EM> page</a>