R/data.R

## how to document datasets: you need to specify @docType and @name; do not
## forget NULL in the end

#' Xena Hub Information
#'
#' This `data.frame` is very useful for selecting datasets fastly and
#' independent on APIs of UCSC Xena Hubs.
#'
#' @docType data
#' @name XenaData
#' @format A `tibble`.
#' @source Generated from UCSC Xena Data Hubs.
#' @examples
#' data(XenaData)
#' str(XenaData)
NULL

Try the UCSCXenaTools package in your browser

Any scripts or data that you put into this service are public.

UCSCXenaTools documentation built on June 20, 2022, 9:05 a.m.