Description Usage Arguments Examples
View source: R/r_object_in_scidb.R
Store an R object in scidb and associate it with user provided key
| 1 | register_r_object_at_key(r_obj, key, con = NULL)
 | 
| r_obj | R object to be stored in scidb binary form | 
| key | key to associate with the R object | 
| con | connection object | 
| 1 2 3 4 5 6 7 | ## Not run: 
  rg_connect(username = 'scidbadmin') # or any user with access to gh_r_object_store namespace
  revealgenomics:::register_r_object_at_key(r_obj = c(1:10), key = "asdf")
  # To retrieve data, run
  revealgenomics:::retrieve_r_object_at_key(key = "asdf")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.