Comprehensive Livestock Environmental Assessment for Improved Nutrition, a Secured Environment, and Sustainable Development along Livestock and Fish Value Chains (CLEANED)
The goal of cleaned is to assess changes from transforming livestock value chains.
The development version can be installed via:
library("devtools")
devtools::install_github("ciat/cleaned")
This is a basic example which shows you how to calculate feed basket quality
library(cleaned)
data(mufindi)
feed_basket_quality <- feed_quality(mufindi)
-
Please report any issues or bugs.
-
License: MIT.
-
Get citation information for cleaned in R by typing
citation(package = "cleaned")
.