abort(glue::glue(
"Length implied by `dim`, {n_elements}, must match the length of `x`, {n_x}."
))
Formatted as this right now
abort(
glue::glue(
"Length implied by `dim`, {n_elements}, must match the length of `x`, {n_x}."
)
)
But its quite nice with the hug
(Something about enabling this when the only unnamed argument to a function call is another function call, but should respect that leading line break if user wants to expand!)
(quite common across dplyr and elmer)