read_vst_tbl: Wrapper for 'readr::read_delim' for a tab delimited table....

View source: R/vst_utils.R

read_vst_tblR Documentation

Wrapper for readr::read_delim for a tab delimited table. Fastest way to read this kind of data into R.

Description

Wrapper for readr::read_delim for a tab delimited table. Fastest way to read this kind of data into R.

Usage

read_vst_tbl(path, verbose = FALSE, ...)

Arguments

path

A character vector providing the 'path/to/the/table/to/read'.

verbose

Logical. Use TRUE to know the table file size being read into R.

...

extra info to pass to read_delim.

Value

A tibble

Examples

read_vst_tbl(path = "location/to/tab/delimited/inclusion/table/file.tab") |>
   tidy_vst_psi()
 

Ni-Ar/niar documentation built on Feb. 3, 2025, 9:25 a.m.