R/animal_imports.R

#' Example Animal Import Data
#'
#' A dataset containing information about animal imports from three different regions
#'
#' @format ## animal_imports
#' A data frame with 3 rows and 4 columns:
#' \describe{
#'   \item{origin}{Region of origin (nord, south, east)}
#'   \item{farms_n}{Number of farms exporting animals}
#'   \item{animals_n_mean}{Mean number of animals exported per farm}
#'   \item{animals_n_sd}{Standard deviation of animals exported per farm}
#' }
#'
#' @source Simulated data for demonstration purposes
"animal_imports"

Try the mcmodule package in your browser

Any scripts or data that you put into this service are public.

mcmodule documentation built on Nov. 25, 2025, 5:10 p.m.