wrap_error.Rd
Pretty much does what it says on the tin.
wrap_error(...)
The wrapped message.
cat(
metabefor::wrap_error(
"You missed a closing quote somewhere!"
)
);
#>
#> -------- ! metabefor error, please read carefully ! --------
#>
#> You missed a closing quote somewhere!
#>
#> -------- ! -------------------------------------- ! --------
#>