Learn R Programming

r2lh (version 0.6.1)

rthMainFile: ~ Generation of HTML main document ~

Description

This function generates an HTML main document designed to include links to some files built by rthu or rthb.

Usage

rthMainFile(fileOut = "main.html",text="",sweave=FALSE)

Arguments

fileOut
characters; name of the main document.
text
text to be included in the HTML document, between the '' and '' .
sweave
logical; if TRUE, the main document is designed to be compiled with Sweave.

Value

  • A HTML file ("main.html" by default).

Author

Christophe Genolini christophe.genolini@free.fr PSIGIAM: Paris Sud Innovation Group in Adolescent Mental Health INSERM U669 / Maison de Solenn / Paris Bernard Desgraupes bernard.desgraupes@u-paris10.fr University of Paris Ouest - Nanterre

English correction

Jean-Marc Chamot jchamot@u-paris10.fr Laboratoire "Sport & Culture" / "Sports & Culture" Laboratory University of Paris 10 / Nanterre

Details

rthMainFile generates an HTML master file ready to include links to some files built by rthu or rthb.

References

HTML web site http://www.w3.org/TR/html/ Data are available on line: http://christophe.genolini.free.fr/EPO/EPO2007-Fraude.php

See Also

rthu, rthb, r2lh-package, examCheating, Sweave

Examples

Run this code
# # # # # # # # # # # # # # # # # # #
#   R to HTML, Main file generation   #
 #             Examples              #
  #           rthMainFile           #
   # # # # # # # # # # # # # # # # #


### Creates a file named "main.html" that includes "univ.html"
rthMainFile()

Run the code above in your browser using DataLab