| add_index | Create index on a table | 
| cache | Apply a database caching layer to an arbitrary R function. | 
| cachemeifyoucan | One of the most frustrating parts about being a data... | 
| column_names_map | Fetch the map of column names. | 
| create_table | Create the table <=> shards map. | 
| db2df | Convert the raw fetched database table to a readable data... | 
| dbWriteTableUntilSuccess | Try and check dbWriteTable until success | 
| error_fn | Stop on given errors and print corresponding error message. | 
| generate_new_shard_names | Generate names for new shards | 
| get_hashed_names | MD5 digest of column names. | 
| get_new_key | setdiff current ids with those in the table of the database. | 
| get_shards_for_table | Fetch all the shards for the given table name. | 
| remove_old_key | remove old keys to maintain uniqueness of "id" for the sake... | 
| table_name | Database table name for a given prefix and salt. | 
| translate_column_names | Translate column names using the column_names table from MD5... | 
| uncached | Fetch the uncached function | 
| update_cache_salt | Update the cache when the salt is changed for an existing... | 
| write_data_safely | Write data.frames to DB addressing pitfalls | 
| write_table_shard_map | Register shards in table_shard_map | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.