print.file_spec: Print a file specification

View source: R/spec.R

print.file_specR Documentation

Print a file specification

Description

Print a file specification

Usage

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

Arguments

x

An object of class file_spec.

...

Additional parameters for print() (not used).

Value

The input file_spec object.

Specification

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

Examples

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

pkglite documentation built on April 3, 2025, 8:29 p.m.