GitLab at IIASA

data.R 339 B
Newer Older
#' FarmDynR example data
#'
#' Random fake data used to play with the FarmDynR package.
#'
#' @docType data
#'
#' @usage data(samplefd2gui); data(samplefdnl); data(samplegdxmapping)
#'
#' @format Objects of class `tbl_df`
#'
#' @keywords datasets, FarmDynR
#'
#' @examples
#' data(fd2gui)
#' data(fdnl)
#' data(gdxmapping)