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 |
character_names |
provide the name of character columns. A
|
... |
a set of functions to apply to the result's attribute.
if |
[Package TAD version 1.0.0 Index]