Learn R Programming

glmSTARMA (version 1.0.0)

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.

See Also

load_data, rota, chickenpox, sst

Examples

Run this code
delete_glmSTARMA_data("chickenpox")  # Only gives a message if dataset is not cached

Run the code above in your browser using DataLab