Description Usage Arguments Format Value Methods
This is a superclass for managing database connections.
Create a table
1 |
db_name |
Database name. |
host |
Host name. |
user |
User name. |
password |
Password. |
name |
A character string specifying the unquoted DBMS table name. |
value |
a data.frame (or coercible to data.frame). |
An object of class R6ClassGenerator
of length 25.
A DatabaseManager template. Create a new 'DatabaseManager' object.
A new 'DatabaseManager' object. open a database connection
open
open a database connection
close
close database connection
show_databases
show available databases
create_new_db
create a new database
create_table
create a table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.