| ... | @@ -74,11 +74,11 @@ CREATE TABLE ACHILLES_RESULTS_DIST | ... | @@ -74,11 +74,11 @@ CREATE TABLE ACHILLES_RESULTS_DIST | 
|  | # Statistic computation |  | # Statistic computation | 
|  | ## Connexion |  | ## 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. |  | An example of connexion is avalable bellow. | 
|  |  |  |  | 
|  | ```r |  | ```r | 
|  | connectionDetails <- Achilles::createConnectionDetails( |  | connectionDetails <- DatabaseConnector::createConnectionDetails( | 
|  | dbms = 'oracle', |  | dbms = 'oracle', | 
|  | user = '[USER]', |  | user = '[USER]', | 
|  | password = '[PASSWORD]', |  | password = '[PASSWORD]', | 
| ... |  | ... |  | 
| ... |  | ... |  |