totalCounts: totalCounts for aggregated types

Description Usage Arguments Value Examples

View source: R/aggregate.R

Description

totalCounts for aggregated types

Usage

1
2
3
4
5
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

1
2
3
4
5
6
7
8
## Not run: 
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")

## End(Not run)

onertipaday/rcompass documentation built on Sept. 18, 2021, 5:13 p.m.