Learn R Programming

pkglite (version 0.2.3)

print.file_spec: Print a file specification

Description

Print a file specification

Usage

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

Value

The input file_spec object.

Arguments

x

An object of class file_spec.

...

Additional parameters for print() (not used).

Specification

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

Examples

Run this code
fs <- file_spec(
  "R/",
  pattern = "\\.R$", format = "text",
  recursive = FALSE, ignore_case = TRUE, all_files = FALSE
)
fs

Run the code above in your browser using DataLab