drop_errors {errors} | R Documentation |
Drop Uncertainty
drop_errors(x)
## S3 method for class 'data.frame'
drop_errors(x)
x |
an |
the numeric without any errors
attributes, while preserving other
attributes like dimensions or other classes.
Equivalent to errors(x) <- NULL
or set_errors(x, NULL)
.