s3_get_table: Read a tab-delim table into R

s3_get_tableR Documentation

Read a tab-delim table into R

Description

Example of a custom import tool created with s3_get_table <- build_custom_get(FUN = read.table, fun.defaults = list(header = T, sep = TAB, quote = F, na.strings = c("NA", "") ))

Usage

s3_get_table(..., fun.args = NULL, aws.args = NULL)

Value

an S3 object read into R using read.table


dkrozelle/s3r documentation built on May 16, 2022, 8:36 p.m.