Description Usage Arguments Value Examples
View source: R/nz_table_as_dplyr.R
Converts a Netezza table to a dplyr object.
1 | nz_table_as_dplyr(DSN, tableName)
|
DSN |
DSN object extracted from nz_init function |
tableName |
the name of the table to read |
A dplyr object
1 2 3 4 5 6 | ## Not run:
DSN <- nz_init("NZSQL_F","ADMIN")
mbp <- nz_table_as_dplyr(DSN,"MPB")
head(mbp)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.