read_table_general: General function for reading a table from any table-like file

View source: R/file_format_io.R

read_table_generalR Documentation

General function for reading a table from any table-like file

Description

General function for reading a table from any table-like file

Usage

read_table_general(
  filename,
  read.table.args = NULL,
  read.xlsx.args = NULL,
  dataframe.class = "data.frame"
)

DarwinAwardWinner/rctutils documentation built on July 22, 2022, 5:19 a.m.