% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/XenaHub-class.R
\name{XenaDataUpdate}
\alias{XenaDataUpdate}
\title{Get or Update Newest Data Information of UCSC Xena Data Hubs}
\usage{
XenaDataUpdate(saveTolocal = TRUE)
}
\arguments{
\item{saveTolocal}{logical. Whether save to local R package data directory for permanent use
or Not.}
}
\value{
a \code{data.frame} contains all datasets information of Xena.
}
\description{
Get or Update Newest Data Information of UCSC Xena Data Hubs
}
\examples{
\dontrun{
XenaDataUpdate()
XenaDataUpdate(saveTolocal = TRUE)
}
}
\author{
Shixiang Wang \href{mailto:w_shixiang@163.com}{w_shixiang@163.com}
}