is_file_collection | R Documentation |
Is this a file collection object?
is_file_collection(object)
object |
Any R object. |
Logical. TRUE
if it is a file collection object,
FALSE
otherwise.
The contents of this section are shown in PDF user manual only.
system.file("examples/pkg1/", package = "pkglite") %>%
collate(file_default()) %>%
is_file_collection()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.