stacomirtools (version 0.5.3)

is.even: is.even function modified from package sma

Description

is.even function modified from package sma (which did not verify that the entry was indeed an integer)

Usage

is.even(x)

Arguments

x

integer

Value

a logical

Examples

Run this code
# NOT RUN {
is.even(1)
is.even(2)
# }

Run the code above in your browser using DataCamp Workspace