Creates a custom error condition created with
rlang::abort()
with a - hopefully - more useful
error message and metadata.
abort_column_not_found(data, col_name)
Returns an error condition of class error_column_not_found
.
A data frame.
A character vector with the column name.
abort_argument_type()
,
abort_argument_class()
,
abort_argument_length()
,
abort_argument_diff_length()
,
abort_no_method_for_class()
,
abort_package_not_installed()