R/addErrTxt.R
addErrTxt.Rd
Concatenates any errors from nprcgenekeeprErr into narrative form
addErrTxt(txt, err, singularTxt, pluralTxt)
txt | character string with initial error description value |
---|---|
err | ve from errorLst |
singularTxt | character string with text used when the length of err is 1 |
pluralTxt | character string with text used when the length of err is greater than 1. |
Error from nprcgenekeepr