tt_read_table: Easily read files.

Description Usage Arguments Value

View source: R/read_table.R

Description

This function is based on readr, readxls, and feather packages. You can easily read a file just with one function. Support file format: '.csv', '.tsv', '.xlsx', '.xls', '.feather', '.rds'.

Usage

1
tt_read_table(path, col_types = NULL, sheet = NULL)

Arguments

path

string

col_types

column type

sheet

integer

Value

data.frame


chinhungtseng/taitratools documentation built on Jan. 11, 2021, 8:33 p.m.