partycommonhtml {pinktoe}R Documentation

Function to produce HTML at the end of all EDM HTML pages

Description

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.

Usage

partycommonhtml(file, append)

Arguments

file The HTML file to append the code to
append Should always be TRUE

Details

Generates HTML code which is going to be common to all pages generated by a given pinktoe run.

Value

No value

Note

Not intended for general user use

Author(s)

Guy P Nason

References

http://www.stats.bris.ac.uk/~magpn/Research/Pinktoe/Welcome.html

See Also

pinktoe

Examples

#
# 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>

[Package pinktoe version 2.0 Index]