View source: R/read_dti_tcktsf.R
| open.maybe.gzip | R Documentation |
Open a connection that transparently handles gzip compression.
## S3 method for class 'maybe.gzip'
open(filepath, gzipped, mode = "rb")
filepath |
character string, path to the file. |
gzipped |
logical, whether the file is gzip-compressed (see
|
mode |
character string, 'r' for text or 'rb' for binary. |
a connection, call close() on it when done.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.