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 = ".", headerInfo)
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 |
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