Description Usage Examples
View source: R/io.R
Check if a file name is a gzip file
1
is_gzip(file_path)
1 2 3
is_gzip("foo.gz") is_gzip("http://foo.bar/example.bed.gz") is_gzip(c("foo.gz", "bar.gz"))
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.