nz_init
: make nz db objectMakes an Netezza db object for the user. Most of functions that need to interact with th netezza database need this object as input.
nz_init(DSN_NAME, SCHEMA)
Argument |Description
------------- |----------------
DSN_NAME
| The DSN name for connection
SCHEMA
| The database Schema
an nz db object
obj <- nz_init("NZSQL","SPATIAL_SCHEMA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.