as.td.data.frame: Coerce to a td data frame

Description Usage Arguments Details Value Examples

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

Description

Coerce a data frame into a td data frame

Usage

1

Arguments

x

data frame.

...

Allow other commands to be sent to plot.

Details

If a data frame is supplied a new table is created on the Teradata system in the current database. The new table has the same name as the data frame variable in R.

Value

as.td.data.frame return a td.data.frame

Examples

1
2
## Not run: as.td.data.frame(iris)
#Builds a table named iris in Teradata

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