totalCounts for aggregated types

totalCounts(
  compendium = "vespucci",
  version = "legacy",
  aggregate_type = "biofeatures"
)

Arguments

compendium

A string - the selected compendium

version

A string - either (default) 'legacy' or '2.0'

aggregate_type

A string - an aggregate type (either 'biofeatures','sampleSets', 'platforms', 'samples', 'experiments')

Value

A numeric - the total count for the selected aggregate type

Examples

if (FALSE) { totalCounts(version="1.0", aggregate_type="sampleSets") totalCounts(version="1.0", aggregate_type="biofeatures") totalCounts(aggregate_type = "platforms") totalCounts(aggregate_type = "samples") totalCounts(aggregate_type = "experiments") }