read_minidot: Get data from a directory of minidot files in txt (csv)...

Description Usage Arguments Details Value

View source: R/loggers.r

Description

Get data from a directory of minidot files in txt (csv) format

Usage

1
read_minidot(fname, skip = 3, ...)

Arguments

fname

Directory name containing minidot files to read

skip

How many header (non-data) lines will be at the beginning of the files? Normally the default of 3 is fine.

...

Additional named arguments to be passed to data.table::fread() or read.csv()

Details

This function searches a directory for minidot data files, reads them in and returns a data.table or data.frame; all files found in the directory will be collected into a single table.

Value

A data.table::data.table or data.frame


mtalluto/NSmetabolism documentation built on May 3, 2021, 7:51 p.m.