Learn R Programming

UCSCXenaTools (version 0.2.4)

XenaDataUpdate: Get or Update Newest Data Information of UCSC Xena Data Hubs

Description

Get or Update Newest Data Information of UCSC Xena Data Hubs

Usage

XenaDataUpdate(saveTolocal = TRUE)

Arguments

saveTolocal

logical. Whether save to local R package data directory for permanent use or Not.

Value

a data.frame contains all datasets information of Xena.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
 XenaDataUpdate() # update newest information to local directory for use
 newest_Xena = XenaDataUpdate(saveTolocal=FALSE) # just get info, not save
# }

Run the code above in your browser using DataLab