Learn R Programming

bigstatsr (version 1.6.1)

without_downcast_warning: Temporarily disable downcast warning

Description

Temporarily disable downcast warning

Usage

without_downcast_warning(expr)

Value

The result of the evaluated expression.

Arguments

expr

The expression to evaluate without downcast warning.

Examples

Run this code
without_downcast_warning(FBM(10, 10, type = "integer", init = 1.5))

Run the code above in your browser using DataLab