[ea2224]: / man / XenaDataUpdate.Rd

Download this file

28 lines (27 with data), 674 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% 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}
}