Inclusive and Comprehensive Livestock Environmental Assessment for Improved Nutrition, a Secured Environment, and Sustainable Development along Livestock Value Chains (I-CLEANED)
The goal of I-CLEANED is to assess changes from transforming livestock value chains by prioritizing profitable, environmentally sustainable and inclusive livestock interventions.
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")
.