We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Singular ("index") should be used in this error message if only one non-existing colum is referenced.
a <- tibble(x=1:3, y=4:6) a[3] Error: Invalid column indexes: 3 Called from: stopc("Invalid column indexes: ", format_n(j[pos_too_large]))