View source: R/get_dataset_annotations.R
get_dataset_annotations | R Documentation |
Queries for dataset annotations
get_dataset_annotations( harmonizedOnly = FALSE, dataset_ids = NULL, evenEmptyCols = FALSE, DAG = NULL )
harmonizedOnly |
(Optional) Whether you want only the annotations that are harmonized across all projects (TRUE) or a complete data set (FALSE, default). |
dataset_ids |
(Optional) If you want annotations for specific dataset_ids. |
evenEmptyCols |
(Optional) Whether you want even the empty fields in your final data frame (TRUE) or if you just want columns where there is at least one value in the resulting dataset (FALSE, default). |
DAG |
(Optional) A character vector containing the name(s) of the TGR data access group(s) for which to request data if you belong to multiple. |
Returns a data frame of annotations.
Amy Paguirigan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.