is_file_collection {pkglite}R Documentation

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

system.file("examples/pkg1/", package = "pkglite") %>%
  collate(file_default()) %>%
  is_file_collection()

[Package pkglite version 0.2.2 Index]