is_integer: Is this an integer?

View source: R/utils_checkValue.R

is_integerR Documentation

Is this an integer?

Description

Is this an integer?

Usage

is_integer(x, nneg = FALSE)

Arguments

x

The putative integer

nneg

Require x>=0 (non-negative) too?

Value

Logical indicating whether x is an integer


fMRItools documentation built on April 12, 2025, 1:32 a.m.