rm_tbi: Remove tbi

View source: R/rm_tbi.R

rm_tbiR Documentation

Remove tbi

Description

Remove local copies of tabix index file (.tbi) after completing queries.

Usage

rm_tbi(path = ".", pattern = "\\.tbi$")

Arguments

path

a character vector of full path names; the default corresponds to the working directory, getwd(). Tilde expansion (see path.expand) is performed. Missing values will be ignored. Elements with a marked encoding will be converted to the native encoding (and if that fails, considered non-existent).

pattern

an optional regular expression. Only file names which match the regular expression will be returned.

Value

None


RajLabMSSM/echotabix documentation built on Nov. 21, 2023, 8:02 a.m.