genericcommonhtml {pinktoe}R Documentation

An example of some common html to go at the end of HTML pages for Pinktoe

Description

Title says it all. This function could be supplied to pinktoe as the commonhtml argument.

Usage

genericcommonhtml(file, append)

Arguments

file The name of the HTML file to append the HTML to
append Should be TRUE

Details

Title says it all, see example below.

Value

No value returned.

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

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

[Package pinktoe version 2.0 Index]