Newer
Older
Hugo Scherer
committed
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/FarmDynR.R
\name{fd_desc}
\alias{fd_desc}
\title{`fd_desc()` calculates the descriptive statistics of the farm data}
\usage{
fd_desc(farm_data, type = c("arable", "dairy"), csv = FALSE, dir = NULL)
}
\arguments{
\item{farm_data}{A dataframe with the p_farmData}
\item{type}{Type of farm data to analyse (Dairy or Arable farms)}
\item{csv}{Logical. If TRUE, it saves the results as a csv}
\item{dir}{If csv is TRUE, where to save the csv}
Hugo Scherer
committed
}
\value{
A dataframe with the descriptive statistics
}
\description{
`fd_desc()` calculates the descriptive statistics of the farm data
}