docs/Api/nz_table_as_dplyr.md

nz_table_as_dplyr: Netezza Table To dplyr

Description

Converts a Netezza table to a dplyr object.

Usage

nz_table_as_dplyr(DSN, tableName)

Arguments

Argument |Description ------------- |---------------- DSN | DSN object extracted from nz_init function tableName | the name of the table to read

Value

A dplyr object

Examples

DSN <- nz_init("NZSQL_F","ADMIN")
mbp <- nz_table_as_dplyr(DSN,"MPB")
head(mbp)



thespatiallabatLaurier/nzdggs documentation built on Sept. 7, 2020, 4:33 p.m.