load_tad_table {TAD}R Documentation

load_tad_table

Description

load_tad_table

Usage

load_tad_table(
  path,
  sep,
  table_name = NULL,
  factor_names = NULL,
  character_names = NULL,
  ...
)

Arguments

path

the path to the file to load

sep

the separator used for this csv/tsv file

table_name

the name of the object to load

factor_names

provide the name of factor columns. A as.factor function will be applied to the provided columns.

character_names

provide the name of character columns. A as.character function will be applied to the provided columns.

...

a set of functions to apply to the result's attribute. if a = as.numeric in ..., then result$a <- as.numeric(result$a) any other function than as.numeric can be used


[Package TAD version 1.0.0 Index]