Learn R Programming

pkglite (version 0.2.3)

sanitize_file_collection: Sanitize file collection (deprecated)

Description

Remove commonly excluded files from a file collection.

Usage

sanitize_file_collection(x)

Value

Sanitized file collection.

Arguments

x

File collection.

Specification

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

Examples

Run this code
system.file("examples/pkg1/", package = "pkglite") %>%
  collate(file_default()) %>%
  sanitize()

Run the code above in your browser using DataLab