nz_table_as_dplyr: Netezza Table To dplyr

Description Usage Arguments Value Examples

View source: R/nz_table_as_dplyr.R

Description

Converts a Netezza table to a dplyr object.

Usage

1
nz_table_as_dplyr(DSN, tableName)

Arguments

DSN

DSN object extracted from nz_init function

tableName

the name of the table to read

Value

A dplyr object

Examples

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)

am2222/nzdggs documentation built on Sept. 7, 2020, 6:39 p.m.