Displays information about cached simulation data (~150 MB) used by plan_sample_size().
Shows the cache directory location, whether data is cached, file size, and dataset
version metadata.
The simulation data is automatically downloaded on first use of sample size planning functions and stored locally for faster subsequent access.
Value
Invisibly returns a list with:
cache_dir: Character string with the cache directory pathdata_cached: Logical indicating if simulation data is cachedfile_size_mb: Numeric file size in MB (orNAif not cached)data_version: GitHub release tag of the cached dataset (orNAif not cached)data_created: Date the dataset was created (orNAif not cached)
See also
cache_clear()to remove cached datadownload_sample_size_data()to manually download simulation dataplan_sample_size()which uses the cached data
