read_file: Read tabular data

View source: R/utils_files.R

read_fileR Documentation

Read tabular data

Description

Read tabular data - file input can only be tab-delimited text or csv.

Usage

read_file(filename, sep = "\t")

Arguments

filename

String with path to file

sep

The field separator character. Values on each line of the file are separated by this character.

...

Additional parameters passed to read.table

Value

The data frame stored in file


kazeera/hourglass documentation built on April 5, 2025, 7:18 a.m.