Learn R Programming

pkglite (version 0.2.3)

print.file_collection: Print a file collection

Description

Print a file collection

Usage

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

Value

The input file_collection object.

Arguments

x

An object of class file_collection.

...

Additional parameters for print() (not used).

Specification

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

Examples

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

Run the code above in your browser using DataLab