collate {pkglite} | R Documentation |
Evaluate a list of file specifications and bind the results as a file collection.
collate(pkg = ".", ...)
pkg |
Path to the package directory. |
... |
One or more file specification objects. |
A file collection object containing the package name, file paths, and file format types.
The contents of this section are shown in PDF user manual only.
system.file("examples/pkg1/", package = "pkglite") %>%
collate(file_default())