readin: flexible file opening

View source: R/package.R

readinR Documentation

flexible file opening

Description

open text, vcf, or rds files flexibly

Usage

readin(
  x,
  txt.fun = data.table::fread,
  vcf.fun = skidb::read_vcf,
  other.txt = NULL,
  alt.fun = NULL,
  alt.ext = NULL,
  other.compress = NULL
)

kevinmhadi/khtools documentation built on Jan. 16, 2025, 4:18 p.m.