Description Usage Arguments Details Note See Also
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'.
1 | write_csvs(database, errorlog)
|
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()'. |
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
.
Currently, only files with ".csv" format are written, with names "nlsDatabase.csv" and "nlsErrorLog.csv".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.