Description Usage Arguments Details Value Examples
Establishes a connection to the Netezza database
1 | ps.connect.to.netezza(user.name, password, driver.location, db.prefix, db.host)
|
user.name |
Your user name (prid) |
password |
Your password |
driver.location |
Location of your netezza driver, usually "nzjdbc.jar". Can be specified as complete path or the directory where the driver file is located. |
db.prefix |
This + prid = your database |
db.host |
URL of netezza appliance |
This function creates a connection to the Netezza database using the supplied credentials. This connection can then be used to pull data from the database into R.
Database connection object
1 2 3 4 | ## Not run:
ps.connect.to.netezza("user123", "password123", "/users/user123/Documents/databaseDrivers")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.