collate: Evaluate a list of file specifications

View source: R/collate.R

collateR Documentation

Evaluate a list of file specifications

Description

Evaluate a list of file specifications and bind the results as a file collection.

Usage

collate(pkg = ".", ...)

Arguments

pkg

Path to the package directory.

...

One or more file specification objects.

Value

A file collection object containing the package name, file paths, and file format types.

Specification

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

Examples

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

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