nz_table_as_dplyr
: Netezza Table To dplyrConverts a Netezza table to a dplyr object.
nz_table_as_dplyr(DSN, tableName)
Argument |Description
------------- |----------------
DSN
| DSN object extracted from nz_init function
tableName
| the name of the table to read
A dplyr object
DSN <- nz_init("NZSQL_F","ADMIN")
mbp <- nz_table_as_dplyr(DSN,"MPB")
head(mbp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.