Learn R Programming

pkglite (version 0.1.1)

sanitize_file_collection: Sanitize file collection

Description

Remove commonly excluded files and directories from a file collection.

Usage

sanitize_file_collection(x)

Arguments

x

a file collection object

Value

The sanitized file collection object.

Specification

The contents of this section are shown in PDF user manual only.

Examples

Run this code
# NOT RUN {
system.file("examples/pkg1/", package = "pkglite") %>%
  collate(file_default()) %>%
  sanitize_file_collection()
# }

Run the code above in your browser using DataLab