guess.filename.is.gzipped | R Documentation |
Guess whether a file is gzipped, based on the file extension.
guess.filename.is.gzipped(filepath, gz_extensions = c(".gz", ".mgz"))
filepath |
string. Path to a file. |
gz_extensions |
list of strings. A list of suffixes that is considered indicative for the file being gzipped. Defaults to c(".gz", ".mgz"). Case does not matter. |
logical, whether this function thinks the file is gzipped.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.