Description Usage Arguments Details Note Examples
View source: R/loadJDBCDriver.R
Makes a JDBC Driver available to the sjdbc
package.
1 | loadJDBCDriver(driverJar)
|
driverJar |
a vector of one or more strings containing the full paths to JDBC driver jars. |
Makes the specified driver jars available to the sjdbc
package. The driver must be loaded prior to its first use
in the TIBCO Enterprise Runtime for R session.
The JDBC drivers need to be loaded each time you use the sjdbc
package. To load a driver automatically when
loading the sjdbc
package, place it in the in the drivers
folder where the
sjdbc
package is installed.
1 2 3 4 | ## Not run:
loadJDBCDriver(file.path("C:", "sqljdbc.jar"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.