a | b/R/data.R | ||
---|---|---|---|
1 | ## how to document datasets: you need to specify @docType and @name; do not |
||
2 | ## forget NULL in the end |
||
3 | |||
4 | #' Xena Hub Information |
||
5 | #' |
||
6 | #' This `data.frame` is very useful for selecting datasets fastly and |
||
7 | #' independent on APIs of UCSC Xena Hubs. |
||
8 | #' |
||
9 | #' @docType data |
||
10 | #' @name XenaData |
||
11 | #' @format A `tibble`. |
||
12 | #' @source Generated from UCSC Xena Data Hubs. |
||
13 | #' @examples |
||
14 | #' data(XenaData) |
||
15 | #' str(XenaData) |
||
16 | NULL |