drop_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)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.