is.td.data.frame: Is an Object a Teradata Data Frame

Description Usage Arguments Value Examples

View source: R/is.td.data.frame.R

Description

Check to see if object has a td.data.frame in its class

Usage

1

Arguments

x

any R Object.

Value

is.data.frame returns TRUE if its argument is a data frame (that is, it has "td.data.frame" amongst its classes) and FALSE otherwise.

Examples

1
2
is.td.data.frame(iris)
#FALSE because iris is a data frame

nonsleepr/teradataR documentation built on May 23, 2019, 9:32 p.m.