Learn R Programming

Fgmutils (version 0.3)

check.integer: Ckeck Integer

Description

checks if a variable is integer

Usage

check.integer(x)

Arguments

x
any variable

Value

  • TRUE if "x" is integer, FALSE if "x" not is interger

Examples

Run this code
x = 5
check.integer(x)

Run the code above in your browser using DataLab