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


Enchufa2/errors documentation built on Dec. 11, 2023, 2:30 a.m.