sanitize_file_collection: Sanitize file collection (deprecated)

View source: R/collection.R

sanitize_file_collectionR 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()

pkglite documentation built on Aug. 29, 2022, 1:05 a.m.