"man/man/load.fadn.raw.rds.Rd" did not exist on "f21f846072e46f63bc7e306d12b1315130e130be"
Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/handle_rds_data.R
\name{load.fadn.raw.rds}
\alias{load.fadn.raw.rds}
\title{Load all rds.raw.FADN data for selcted years and countries (rbinds them)}
\usage{
load.fadn.raw.rds(
countries = c("all"),
years = c("all"),
col.filter = NULL,
row.filter = NULL
)
}
\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}{a numeric vector with the years selected. If "all" is included, all available years are loaded}
\item{col.filter}{a character vector with the columns to load. If NULL, all columns are loaded. E.g columns=c('ILOTH_VET_V', 'ILVOTH_V','id')}
\item{row.filter}{a string giving an expression that will be evaluated in order to select rows. If NULL, all rows are returned. E.g. filter='TF8==1'}
}
\value{
list( "countries"=> c(<RETURNED COUNTRIES), "years"=>c(<AVAILABLE YEARS) )
}
\description{
It adds two columns: load.YEAR and load.COUNTRY in each row. This can be used to group per year,country the data
}
\examples{
}