Import Cached Dataset (DEPRECATED)
import_cached.RdDEPRECATED: This function loaded data from inst/cached_data/
which is no longer included in the package. Use load_from_user_cache
or get_dataset with source="cache" instead.
Arguments
- dataset_name
Character. Name of the cached dataset (without extension)
- cache_dir
Character. Path to cache directory (default: "cached_data")
- format
Character. File format ("auto", "rds", "csv"). If "auto", will try RDS first, then compressed CSV.
- quiet
Logical. Suppress informational messages (default: FALSE)