Learn R Programming

solvebio (version 2.15.0)

Dataset.facets: Dataset.facets

Description

Retrieves aggregated statistics or term counts for one or more fields in a SolveBio dataset. Returns a list of data frames, one for each requested facet.

Usage

Dataset.facets(id, facets, env = .solveEnv, ...)

Arguments

id

The ID of a SolveBio dataset, or a Dataset object.

facets

A list of one or more field facets.

env

(optional) Custom client environment.

...

(optional) Additional query parameters (e.g. filters, limit, offset).

References

https://docs.solvebio.com/

Examples

Run this code
if (FALSE) {
Dataset.facets("1234567890", list("clinical_significance", "gene_symbol"))
}

Run the code above in your browser using DataLab