tests/testthat/test-taxa_map.r

test_that("taxa_map", {
  
  skip_on_cran()
  
  expect_silent(taxa_map(rare5, unc = 'grouped'))
  expect_silent(taxa_map(rare5, unc = 'drop'))
  expect_silent(taxa_map(rare5, rank = 'Genus', taxa = 4, other = TRUE))
  expect_silent(taxa_map(rare5, rank = 'Genus', taxa = 4, other = FALSE))
  
})

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.