View source: R/saving_and_loading_data.R
load_tad_table | R Documentation |
load_tad_table
load_tad_table(
path,
sep,
table_name = NULL,
factor_names = NULL,
character_names = NULL,
...
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.