downloadJdbcDrivers | R Documentation |
Download the DatabaseConnector JDBC drivers from https://ohdsi.github.io/DatabaseConnectorJars/
downloadJdbcDrivers(
dbms,
pathToDriver = Sys.getenv("DATABASECONNECTOR_JAR_FOLDER"),
method = "auto",
...
)
dbms |
The type of DBMS to download Jar files for.
|
pathToDriver |
The full path to the folder where the JDBC driver .jar files should be downloaded to. By default the value of the environment variable "DATABASECONNECTOR_JAR_FOLDER" is used. |
method |
The method used for downloading files. See |
... |
Further arguments passed on to |
The following versions of the JDBC drivers are currently used:
PostgreSQL: V42.2.18
RedShift: V2.1.0.9
SQL Server: V9.2.0
Oracle: V19.8
Spark: V2.6.21
Snowflake: V3.13.22
BigQuery: v1.3.2.1003
Invisibly returns the destination if the download was successful.
## Not run:
downloadJdbcDrivers("redshift")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.