GitLab at IIASA

b8a714e840aee3c33424dbbe6b5cd7de087c81f1.svn-base 730 B
Newer Older
Xinxin Yang's avatar
Xinxin Yang committed
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/handle_rds_data.R
\name{load.fadn.str.rds}
\alias{load.fadn.str.rds}
\title{Load all rds.str.FADN data for seelcted years and countries}
\usage{
load.fadn.str.rds(extraction_dir, countries = c("all"), years = c("all"))
}
\arguments{
\item{countries}{a character vector with all the 3-letter codes of the selected countries, e.g. c("ELL", "ESP").
If "all" is included, all available countries are loaded}

\item{years}{}

\item{str.name}{The extractionname to load data from}
}
\value{
list( "countries"=> c(<RETURNED COUNTRIES), "years"=>c(<AVAILABLE YEARS) )
}
\description{
Load all rds.str.FADN data for seelcted years and countries
}
\examples{

}