sanitize | R Documentation |
Remove commonly excluded files from a file collection.
sanitize(x)
## S3 method for class 'file_collection'
sanitize(x)
x |
File collection. |
Sanitized file collection.
The contents of this section are shown in PDF user manual only.
system.file("examples/pkg1/", package = "pkglite") %>%
collate(file_default()) %>%
sanitize()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.