genReposHtml {reposTools} | R Documentation |
These functions are used to create simple HTML web pages to represent the sort of data stored in a repository.
genReposHtml(rep, filename = "index.html", outDir = ".", headerInfo) GenPkgListingHTML(filename, rep, headerInfo, upFile) genPkgListing(pkgN, reposDF, filename, upFile)
filename |
Name of the HTML file to create |
outDir |
Directory to sotre the output |
rep |
repository to use |
reposDF |
data.frame for the repository |
pkgN |
Name of a package |
headerInfo |
HTML code to put in the header of the page |
upFile |
Name of the file to link to (link to the level above in the hierarchy) |
These functions can be used to generate simple web pages representing one's repository. The main function is genReposHtml() as this one calls the others, which are primarily helper functions.
R. Gentleman