Open davisidarta opened 5 years ago
Yes you can load them back into R. The .crb
files are actually just .rds
files with a different extension to signal the user he can load it into Cerebro. So, all you need to do is
my_cerebro_file <- readRDS('<path/to/file.crb>')
and there you have it.
Please note that we are in the process of merging the cerebroPrepare and cerebroApp packages. Afterwards, there will be only cerebroApp which has all the functions that are currently part of cerebroPrepare.
Hi! I'm working with new methods and foud that cerebro was the ideal platform to display the data. Great package!
I wonder if there is any way to load .crb objects back into R. I've tried
load
with a working cerebro file, but it returns:Any clues from the devleopers or the community?