drop_errors: Drop Uncertainty

View source: R/errors.R

drop_errorsR Documentation

Drop Uncertainty

Description

Drop Uncertainty

Usage

drop_errors(x)

## S3 method for class 'data.frame'
drop_errors(x)

Arguments

x

an errors object.

Value

the numeric without any errors attributes, while preserving other attributes like dimensions or other classes.

Note

Equivalent to errors(x) <- NULL or set_errors(x, NULL).


errors documentation built on Dec. 5, 2022, 1:07 a.m.