isfinitedataframe: is finite data frame

Description Usage Arguments Value Examples

Description

check if a data.frame has any non-finite elements

Usage

1

Arguments

obj

any object

Value

TRUE if "x" is finite, FALSE if "x" is not finite

Examples

1
2
3
4
5
date <- c("02/2009","02/2010","02/2011","02/2012")
x <- c(1,2,3,4)
test <- data.frame(x,date)
isfinitedataframe(test)
isfinitedataframe(x)

Fgmutils documentation built on May 2, 2019, 9:16 a.m.