data/gems.r

delayedAssign(
  x     = 'gems', 
  value = local({
    f <- system.file(package = 'rbiom', 'extdata', 'gems.bz2')
    if (nzchar(f)) rbiom::as_rbiom(f) else NULL
  })
)

Try the rbiom package in your browser

Any scripts or data that you put into this service are public.

rbiom documentation built on April 3, 2025, 6:39 p.m.