Description Usage Arguments Value
View source: R/database_backend.R
Create Database Backend Initalize a database backend
1 | get_sql_connection(user_name, password, driver_name, server, database, port)
|
user_name |
username for the api |
password |
password for the website |
driver_name |
Name of the driver being used to ODBC to the DB |
server |
Server IP or Name |
database |
Database Name |
port |
Port of the DB |
connection object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.