Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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


sstModel

Swiss Solvency Test (SST) Standard Models

v1.0.0
GPL-3 + file LICENSE
Authors
Loris Michel [aut], Melvin Kianmanesh Rad [aut], Adrien Lamit [aut], Michael Schmutz [cre], Swiss Financial Market Supervisory Authority FINMA [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.