Read in csv files containing data on production system distribution and system-specific feed baskets from the
FeedModel "MAgPIE_FEED"
Usage
readFeedModel(subtype = "FeedBaskets")
Arguments
- subtype
Available subtypes: "ProdSysRatio", "FeedBaskets" and "FeedBasketsDetailed"
Value
magpie object of feed basket data
Examples
if (FALSE) { # \dontrun{
a <- readSource(type = "FeedModel", subtype = "FeedBaskets")
} # }