register_r_object_at_key: Upload an R object at key

Description Usage Arguments Examples

View source: R/r_object_in_scidb.R

Description

Store an R object in scidb and associate it with user provided key

Usage

1
register_r_object_at_key(r_obj, key, con = NULL)

Arguments

r_obj

R object to be stored in scidb binary form

key

key to associate with the R object

con

connection object

Examples

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)

Paradigm4/insight documentation built on April 5, 2020, 1:12 p.m.