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
If an object is unexpectedly unnamed, the message lists the names it expected.
library(tblcheck)
vec_grade_names(letters, rlang::set_names(letters))
#> <gradethis_graded: [Incorrect]#> Your result should have the names `a`, `b`, `c`, and 23 more.#> >
If an object is unexpectedly unnamed, the message lists the names it expected.
Created on 2022-11-23 with reprex v2.0.2
It would be more helpful to have a specific messages for "I expected your result to be named." and "I didn't expect your result to be named."
The text was updated successfully, but these errors were encountered: