is_integer {fMRItools}R 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


[Package fMRItools version 0.4.2 Index]