load_tad_table
load_tad_table(
path,
sep,
table_name = NULL,
factor_names = NULL,
character_names = NULL,
...
)the path to the file to load
the separator used for this csv/tsv file
the name of the object to load
provide the name of factor columns. A as.factor
function will be applied to the provided columns.
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