write_PACKAGES_index {pkgmaker} | R Documentation |
Generate CRAN-like Repository Index
write_PACKAGES_index(path = ".", output = "index.html", pattern = NULL, title = "Packages", robots.file = TRUE)
path |
path to the repository's root directory |
output |
output filename – relative to the
repository root |
pattern |
regular expression used to filter the names of the packages that will appear in the index. |
title |
title of the index page |
robots.file |
logical that indicates if a file
|