Nothing
#' Get Dataset Info
#'
#' @description [GTEx Portal API
#' documentation](https://gtexportal.org/api/v2/redoc#tag/Metadata-Endpoints/operation/get_dataset_info_api_v2_metadata_dataset_get)
#'
#' @details Note: this current only returns empty values.
#'
#' @inheritParams gtexr_arguments
#'
#' @return A tibble.
#' @export
#' @family Metadata Endpoints
#'
#' @examples
#' \dontrun{
#' get_dataset_info()
#' }
get_dataset_info <- function(datasetId = "gtex_v8",
organizationName = "GTEx Consortium") {
gtex_query(endpoint = "metadata/dataset")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.