Description Usage Arguments Value See Also
Write a dataframe as import file. If output file existed, original file will be backed up.
1 2 3 4 5 6 | write_import_file(
ds_output,
output_file,
output_type = c("csv", "txt"),
output_dir = NULL
)
|
ds_output |
A name or a path of input data file. |
output_file |
A name or a path of input data file. |
output_type |
A character of output file format, e.g. "txt", "csv". |
output_dir |
A path of working dir of output file, if NULL, use dir of output file as working dir, by default NULL, |
NULL invisibly. Raise error if anything goes wrong.
Other data management:
clear_tables()
,
convert_import_file()
,
get_datasource()
,
import_table()
,
process_files()
,
read_import_file()
,
ttm_financial_report()
,
update_db()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.