Skip to contents

This function loads and processes the "Garrot" dataset from a predefined external source. It validates the file and columns, applies transformations, and standardizes the data structure.

Usage

load_garrot()

Value

A processed data.frame with standardized columns and integrated species codes.

Examples

if (FALSE) { # \dontrun{
processed_garrot <- load_garrot()
} # }