custom.body.html {AnalysisPageServer} | R Documentation |
Generate a <body> HTML line including attributes for APS
custom.body.html(extra.attr = NULL)
extra.attr |
Other attributes, provided in a named charvec. |
Generate a <body> HTML line including attributes for APS.
Your <body> element must have the special attribute returned by
the custom.body.attr()
. This function
makes a line of HTML code containing that, and any other
attributes you want to include. It just opens the
<body> element, but does not close it.
One line of HTML with a <body> element opening tag.
Brad Friedman