genReposHtml {reposTools}R Documentation

Functions to generate HTML listings of a repository

Description

These functions are used to create simple HTML web pages to represent the sort of data stored in a repository.

Usage

genReposHtml(rep, filename = "index.html", outDir = ".", headerInfo)
GenPkgListingHTML(filename, rep, headerInfo, upFile)
genPkgListing(pkgN, reposDF, filename, upFile)

Arguments

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)

Details

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.

Author(s)

R. Gentleman

See Also

genRepos

Examples






[Package Contents]