Displays information about cached simulation data (~70 MB) used by plan_sample_size().
Shows the cache directory location, whether data is cached, and file size if present.
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)
See also
cache_clear()to remove cached datadownload_sample_size_data()to manually download simulation dataplan_sample_size()which uses the cached data
