... | ... | @@ -74,11 +74,11 @@ CREATE TABLE ACHILLES_RESULTS_DIST |
|
|
# Statistic computation
|
|
|
## Connexion
|
|
|
|
|
|
A connexion to the OMOP database is created by the `Achilles::createConnectionDetails()` function.
|
|
|
A connexion to the OMOP database is created by the `DatabaseConnector::createConnectionDetails()` function.
|
|
|
An example of connexion is avalable bellow.
|
|
|
|
|
|
```r
|
|
|
connectionDetails <- Achilles::createConnectionDetails(
|
|
|
connectionDetails <- DatabaseConnector::createConnectionDetails(
|
|
|
dbms = 'oracle',
|
|
|
user = '[USER]',
|
|
|
password = '[PASSWORD]',
|
... | ... | |