data/hmp50.r

delayedAssign(
  x     = 'hmp50', 
  value = local({
    f <- system.file(package = 'rbiom', 'extdata', 'hmp50.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.