delete_glmSTARMA_data: Delete cached example datasets
Description
Delete one or more cached example datasets downloaded via load_data().
Usage
delete_glmSTARMA_data(name = NULL)
Value
Invisibly returns TRUE if all specified datasets were deleted, FALSE otherwise.
Arguments
name
Name(s) of the dataset(s) to delete. One or more of "rota", "chickenpox", or "sst". If NULL (default), no action is taken.
Details
This function deletes datasets that were previously downloaded and cached using load_data()
from the user-specific data directory.
If no datasets are found in the cache, a message is printed and no action is taken.