create_elog: Create a dataframe to store the error log for the comparisons...

Description Usage Details Value See Also Examples

View source: R/create_elog.R

Description

This function returns a dataframe that finally gets written in 'nlsErrorLog.csv'.

Usage

1

Details

The function creates a dataframe with column names "DateTime","MachID","FileName", "Solver","Algorithm","Control" and "Message".

Value

Returns a dataframe.

See Also

create_db, data.frame

Examples

1
2
3
errorLog <- create_elog()
## NOT RUN
# View(errorlog)

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