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
But the values problem message only shows us 3 values and doesn't give any indication that there are more issues than these three.
tbl_grade_column("x")
#> <gradethis_graded: [Incorrect]#> I didn't expect your `x` column to include the values `0.2423`,#> `0.1420`, and `0.0605`.#> >
We should either:
Show the number of total errors, e.g.
Your x column contains 5 unexpected values including 0.2423, 0.1420, and 0.0605.
Give a hint that there are more errors, e.g.
I didn't expect your x column to include the values 0.2423, 0.1420, and 0.0605 and 2 more.
Both?
Your x column contains 5 unexpected values including 0.2423, 0.1420, and 0.0605 and 2 more.
The text was updated successfully, but these errors were encountered:
In the following example, there are 5 unequal values in the column being checked.
But the values problem message only shows us 3 values and doesn't give any indication that there are more issues than these three.
We should either:
Show the number of total errors, e.g.
Give a hint that there are more errors, e.g.
Both?
The text was updated successfully, but these errors were encountered: