The main purpose of this package is to provide a single function to update table in a MySQL database by key. To achieve this, there first must be a method to create a keyed MySQL table available. This set up naturally lends itself to data.table where tables can be keyed natively The update is achieved via a DELETE + INSERT. The INSERT uses the standard RMySQL function. The delete could be improved as this is just string parsing.
| Package details | |
|---|---|
| Maintainer | |
| License | MIT + file LICENSE | 
| Version | 0.1.0.2 | 
| Package repository | View on GitHub | 
| Installation | Install the latest version of this package by entering the following in R:  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.