unzip_file: Decompress (and untar) .(t)gz or .(t)bz2 sparse matrix data...

View source: R/read_sparse_matrix.R

unzip_fileR Documentation

Decompress (and untar) .(t)gz or .(t)bz2 sparse matrix data at a file path

Description

Decompress (and untar) .(t)gz or .(t)bz2 sparse matrix data at a file path

Usage

unzip_file(filepath, temp_dir = tempdir())

Arguments

filepath

character(1) path to potentially compressed matrix data.

temp_dir

character(1) temporary directory for unzipped files.

Value

character(1) path to unzipped file contents.

Note

This function is a no-op for all other file extensions.


rafalab/smallcount documentation built on June 1, 2025, 2:10 p.m.