Learn R Programming

pkglite (version 0.1.1)

print.file_collection: Print a file collection

Description

Print a file collection

Usage

# S3 method for 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

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

Run the code above in your browser using DataLab