-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathget_ontology_var.Rd
29 lines (25 loc) · 1.03 KB
/
get_ontology_var.Rd
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
28
29
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/stats.R
\name{get_ontology_var}
\alias{get_ontology_var}
\title{Get the list of available options for data from the OPTION ontology}
\usage{
get_ontology_var(varname, datasource = NULL, study = NULL, algs = NULL, ...)
}
\arguments{
\item{varname}{The variable for which to get the options. Restricted to [Fid, Iid, DIM, AlgId, Suite]}
\item{datasource}{The datasource for which to get the attributes. Either BBOB
or Nevergrad, or NULL if looking at a specific `study` argument}
\item{study}{Which study to load the requested variables for (NULL if no study is considered)}
\item{algs}{Which algorithms to get the requested variables for. Required for varnames in [Fid, Iid, DIM]}
\item{...}{Additional arguments to the OPTION call. Currently only supports 'Suite' for nevergrad.}
}
\value{
the options of varname given the specified datasource
}
\description{
Get the list of available options for data from the OPTION ontology
}
\examples{
get_ontology_var("Fid", "BBOB")
}