You need to sign in or sign up before continuing.
Newer
Older
% 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{
}