print.file_collection | R Documentation |
Print a file collection
## S3 method for class 'file_collection'
print(x, ...)
x |
An object of class |
... |
Additional parameters for |
The input file_collection
object.
The contents of this section are shown in PDF user manual only.
fc <- system.file("examples/pkg1/", package = "pkglite") %>%
collate(file_default())
fc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.