write_csvs: Write csv files of the dataframes created by 'run()'

Description Usage Arguments Details Note See Also

View source: R/write_csvs.R

Description

This function creates csv files named "nlsDatabase.csv" and "nlsErrorLog.csv" which contain the comparison results of different packages' functions for nls with base 'nls'.

Usage

1
write_csvs(database, errorlog)

Arguments

database

Takes in the dataframe created by 'create_db()' and modified by 'run()'.

errorlog

Takes in the dataframe created by 'create_elog()' and modified by 'run()'.

Details

The two list items returned by run(), which are the modified database and errorlog dataframes created by create_db() and create_elog(), are written into csv files named "nlsDatabase.csv" and "nlsErrorLog.csv" in the directory chosen by setup_dir(). The function is a wrapper for write.table.

Note

Currently, only files with ".csv" format are written, with names "nlsDatabase.csv" and "nlsErrorLog.csv".

See Also

write.table


ArkaB-DS/nlsCompare documentation built on Jan. 1, 2022, 2 p.m.