View source: R/SQL_connexion.R
SQL_connexion | R Documentation |
Connexion entre R et SQL Teradata.
SQL_connexion(uid = NULL, pwd = NULL, dsn = "PEI_PRD", encoding = "latin1")
uid |
Identifiant. Si |
pwd |
Mot de passe. Si |
dsn |
Data Source Name. Par défaut |
encoding |
|
Connexion Teradata, sinon NULL
.
## Not run:
conn <- SQL_connexion('abc007')
conn <- SQL_connexion(uid = 'abc007', pwd = 'MonMotDePasse', dsn = 'PEI_PRD')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.