[28aa3b]: / man / listTargets.Rd

Download this file

28 lines (25 with data), 745 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
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/listTargets.R
\name{listTargets}
\alias{listTargets}
\title{List available targets}
\usage{
listTargets(cdf, version = getLatestVersion())
}
\arguments{
\item{cdf}{A character. Either \code{"affy"} or \code{"brainarray"}.}
\item{version}{A character giving the brainarray version.
See \code{listVersions()}. Ignored if \code{cdf == "affy"}.}
}
\value{
A character vector of the available targets.
}
\description{
This function lists available targets for a given \code{cdf} argument.
}
\examples{
listTargets("affy")
listTargets("brainarray", version = "18.0.0")
listTargets("brainarray", version = "17.1.0")
listTargets("brainarray", version = "15.0.0")
}