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).


r-quantities/errors documentation built on Jan. 16, 2024, midnight