read_tables: read multiple tabular files to list of data.frames

Description Usage Arguments Details Value Author(s) Examples

Description

Read tabular data from multiple files in list of data.frames

Usage

1

Arguments

fnms

list of file names

...

additional parameters for read.table function

Details

Function is based on read.table function. If the list of file.name is not set it's open tk_file_dialog to set multiple files with data. It's using read.table function. Additional parameters for read.table function can be simply added to function call like skip, header. Return list of data.frames. Names of list elements set to base file names with data.

Value

list of data.frames with readed data

Author(s)

K. Juraic

Examples

1
       ## Not run: read_tables(skip=26, header=TRUE)

kjuraic/listdfutil documentation built on May 20, 2019, 10:25 a.m.