genReposHTML {reposTools} | R Documentation |
This function is used to create simple HTML web pages to represent the sort of data stored in a repository.
genReposHTML(rep = ".", filename = "index.html", outDir = "html", headerInfo = "", functionDesc=FALSE)
filename |
Name of the HTML file to create |
outDir |
Directory to store the output |
rep |
repository to use |
headerInfo |
HTML code to put in the header of the page |
functionDesc |
Whether to generate HTMLized version of Rdindex() |
This function can be used to generate simple web pages representing
one's repository. More information can be found in the
reposTools
vignette HowTo generate HTML pages for a
repository
.
R. Gentleman