readDataTable: Read Data Tables

View source: R/utils_readDataTable.R

readDataTableR Documentation

Read Data Tables

Description

Disclaimer: this function is still maturing. There is no guarantee about its performance. Guess the type of the data file (e.g. .xls* or not) and loads it accordingly.

Usage

readDataTable(file, data.table = FALSE, ...)

Arguments

file

path to the data table file. For Excel files, supports "http://", "https://", and "ftp://" URLS.

data.table

(from fread()) TRUE returns a data.table. FALSE returns a data.frame. The default for this argument can be changed with options(datatable.fread.datatable=FALSE).

...

additional arguments to read.table.

Value

a data.frame


earnaud/MetaShARK-v2 documentation built on Sept. 21, 2022, 10:52 a.m.