Description Usage Arguments Value Examples
check if a data.frame has any non-finite elements
1 | isfinitedataframe(obj)
|
obj |
any object |
TRUE if "x" is finite, FALSE if "x" is not finite
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.