Description Usage Arguments Examples
View source: R/r_object_in_scidb.R
Initialize R object cache array
| 1 | init_r_object_cache(con = NULL)
 | 
| con | connection object | 
| 1 2 3 4 5 | ## Not run: 
  con_root = rg_connect2(username = 'scidbadmin') # has to be scidbadmin
  revealgenomics:::init_r_object_cache(con = con_root)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.