R/test_data.R

#' AMBI test dataset
#'
#' Example data included with the AMBI tool from AZTI (*example_BDheader.xls*).
#'
#' @format The test dataset `test_data` has 53 rows and 4 variables:
#' \describe{
#'   \item{station}{3 sampling sites 1, 2, 3}
#'   \item{replicate}{unique samples taken at each site,
#'             identified _a_, _b_, _c_}
#'   \item{species}{Name of observed species/taxon}
#'   \item{count}{Number of individuals}
#'   }
#'
#'
#' @source [AZTI](https://www.azti.es/en/ambi-international-reference-for-marine-environment-assessment/)
#' @examples
#' head(test_data)
#'
"test_data"

Try the ambiR package in your browser

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

ambiR documentation built on Dec. 20, 2025, 1:06 a.m.