Learn R Programming

sstModel (version 1.0.0)

generateError: Generate error message from an error log

Description

this function transforms an error log into an error message.

Usage

generateError(error.log, warning.log, line.break = "\n ")

Arguments

error.log

a data.frame with following fields:

  • sheet: character, the sheet name.

  • row: integer, the row position.

  • column: integer, the column position.

  • message: character, the error message.

warning.log

a data.frame similar to error.log.

line.break

a character value, separation between error messages.

Value

a character value, the corresponding error message.

See Also

excelToSstModel.