You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rendering template, catch inja.exception.render_error and convert to R condition using rlang::abort(). This condition can store the reason, the missing data variable, and the location (line no, char no). From this metadata, we can construct a very helpful error message.
The text was updated successfully, but these errors were encountered:
When rendering template, catch
inja.exception.render_error
and convert to R condition usingrlang::abort()
. This condition can store the reason, the missing data variable, and the location (line no, char no). From this metadata, we can construct a very helpful error message.The text was updated successfully, but these errors were encountered: