create_db: Create a dataframe to store the database of comparisons and...

Description Usage Details Value See Also Examples

View source: R/create_db.R

Description

This function returns a dataframe that finally will be used to write in 'nlsDatabase.csv'.

Usage

1

Details

The function creates a dataframe with column names 'DateTime', 'MachID', 'FileName', 'Solver', 'Algorithm', 'Control', 'Parameters', 'SSquares', 'Better', 'RefSol','Tags'. The function is wrapper for data.frame.

Value

Returns a dataframe.

See Also

create_elog, data.frame

Examples

1
2
3
database <- create_db()
## NOT RUN
#View(database)

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