% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/loaddata.R
\name{capri_data}
\alias{capri_data}
\title{Load capri data and filter subset with conditions}
\usage{
capri_data(
filename,
selregion = "all",
seldim5 = "CUR",
selcols,
selrows,
simyear = "2030",
scenarioname = "baseline"
)
}
\arguments{
\item{filename}{Name of gdx file.}
\item{selregion}{Charactoer vector of regions, default = "all.}
\item{seldim5}{Selection of the elements in the fifth dimension of the CAPRI data cube. By default it is the empty element.}
\item{selcols}{Selection of columns in the CAPRI data cube.}
\item{selrows}{Selection of rows in the CAPRI data cube.}
\item{simyear}{Simulation year to be loaded/filtered.}
\item{scenarioname}{Name of the scenario.}
}
\value{
selected data frame.
}
\description{
Load capri data and filter subset with conditions
}