Returns the path to the models directory in bouncerdata. Uses find_bouncerdata_dir() for robust path resolution.
Examples
if (FALSE) { # \dontrun{
models_dir <- get_models_dir()
# Returns: "/path/to/bouncerverse/bouncerdata/models"
model_path <- file.path(get_models_dir(), "agnostic_model.ubj")
} # }
