print.file_collection: Print a file collection

View source: R/collection.R

print.file_collectionR Documentation

Print a file collection

Description

Print a file collection

Usage

## S3 method for class 'file_collection'
print(x, ...)

Arguments

x

An object of class file_collection.

...

Additional parameters for print() (not used).

Value

The input file_collection object.

Specification

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

Examples

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

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