is_integer: Check if value is an integer or integer-like

Description Usage Arguments

View source: R/predicates.R

Description

this function checks if the input is an integer scalar (integer-like value – i.e., both 1L and 1.0 pass this check)

Usage

1
is_integer(x, n)

Arguments

x

is the input

n

is the number of inputs


BayesMRA documentation built on Aug. 18, 2020, 5:08 p.m.