is.integral: Determine if a value can be coerced to an integer type

View source: R/transforms_time.R

is.integralR Documentation

Determine if a value can be coerced to an integer type

Description

Determine if a value can be coerced to an integer type

Usage

is.integral(x)

Arguments

x

A value to test. May be an vector.

Value

A vector of same size as x or T, if the corresponding value can be coerced, or F.

Examples

is.integral(c(NA,"A","12", "1.2"))

qPharmetra/PMDatR documentation built on April 7, 2024, 5:42 p.m.