is_float: Check if a variable is of (non-integer) double type or a...

Description Usage Arguments Value Examples

View source: R/is_float.R

Description

is_float() checks whether an input vector or value is a numeric non-integer (double), depending on fractional parts of the value(s). is_whole() does the opposite and checks whether an input vector is a whole number (without fractional parts).

Usage

1
2
3

Arguments

x

A value, vector or data frame.

Value

For is_float(), TRUE if x is a floating value (non-integer double), FALSE otherwise (also returns FALSE for character vectors and factors). For is_whole(), TRUE if x is a vector with whole numbers only, FALSE otherwise (returns TRUE for character vectors and factors).

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11

sjmisc documentation built on Dec. 11, 2021, 9:34 a.m.