View source: R/get_dataset_info.R
get_dataset_info | R Documentation |
get_dataset_info(
datasetId = NULL,
organizationName = NULL,
.return_raw = FALSE
)
datasetId |
String. Unique identifier of a dataset. Usually includes a data source and data release. Options: "gtex_v8", "gtex_snrnaseq_pilot". |
organizationName |
String. Options: "GTEx Consortium" "Kid's First". |
.return_raw |
Logical. If |
A tibble. Or a list if .return_raw = TRUE
.
## Not run:
get_dataset_info(datasetId = "gtex_v8", organizationName = "GTEx Consortium")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.