sanitize_file_collection {pkglite} | R Documentation |
Sanitize file collection (deprecated)
Description
Remove commonly excluded files from a file collection.
Usage
sanitize_file_collection(x)
Arguments
x |
File collection. |
Value
Sanitized file collection.
Specification
The contents of this section are shown in PDF user manual only.
Examples
system.file("examples/pkg1/", package = "pkglite") %>%
collate(file_default()) %>%
sanitize()
[Package pkglite version 0.2.2 Index]