print.file_collection {pkglite}R 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

[Package pkglite version 0.2.2 Index]