% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/import_fadn.R
\name{fadn2fd}
\alias{fadn2fd}
\title{`fadn2fd()` imports the FADN data from the csv files}
\usage{
fadn2fd(
  fadn_data,
  mapping,
  farmbranch = c("arable", "dairy"),
  save_gdx = FALSE
)
}
\arguments{
\item{fadn_data}{FADN}

\item{mapping}{A vector with the names of the columns to be mapped}

\item{farmbranch}{Either arable or dairy}

\item{save_gdx}{Logical. If TRUE, it saves to gdx files}
}
\value{
A list of dataframes with the FADN data
}
\description{
`fadn2fd()` imports the FADN data from the csv files
}