Learn R Programming

pkglite (version 0.1.1)

is_file_collection: Is this a file collection object?

Description

Is this a file collection object?

Usage

is_file_collection(object)

Arguments

object

Any R object

Value

Logical. TRUE if it is a file collection object, FALSE otherwise.

Specification

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

Examples

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

Run the code above in your browser using DataLab